extra/fd to 10.2.0-1

This commit is contained in:
Kevin Mihelich 2024-08-25 10:29:26 +00:00
parent b25c0d9853
commit 077354eba0
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = fd pkgbase = fd
pkgdesc = Simple, fast and user-friendly alternative to find pkgdesc = Simple, fast and user-friendly alternative to find
pkgver = 10.1.0 pkgver = 10.2.0
pkgrel = 1 pkgrel = 1
url = https://github.com/sharkdp/fd url = https://github.com/sharkdp/fd
arch = x86_64 arch = x86_64
@ -8,7 +8,7 @@ pkgbase = fd
license = Apache-2.0 license = Apache-2.0
makedepends = rust makedepends = rust
depends = gcc-libs depends = gcc-libs
source = fd-10.1.0.tar.gz::https://github.com/sharkdp/fd/archive/v10.1.0.tar.gz source = fd-10.2.0.tar.gz::https://github.com/sharkdp/fd/archive/v10.2.0.tar.gz
sha512sums = 6ab75965cb1852dd677ffb07d51db852c993b59551ab2e3a87bf81560a41c5fff35e63e9e09aa495c6c42cd9d038bf8ad85c491095435c9881101cf6284385df sha512sums = db7a41d0dd448d73a88f7920b0d67d5d99864fef0a7d64a91523a55af9fd745e6520df8aee808f4131a07acd34730571d94a20e1e6aa1336c6f3caaab593d4ab
pkgname = fd pkgname = fd

View file

@ -7,7 +7,7 @@
# systems with 16k or 64k page size # systems with 16k or 64k page size
pkgname=fd pkgname=fd
pkgver=10.1.0 pkgver=10.2.0
pkgrel=1 pkgrel=1
pkgdesc='Simple, fast and user-friendly alternative to find' pkgdesc='Simple, fast and user-friendly alternative to find'
arch=('x86_64') arch=('x86_64')
@ -16,7 +16,7 @@ license=('MIT' 'Apache-2.0')
depends=('gcc-libs') depends=('gcc-libs')
makedepends=('rust') makedepends=('rust')
source=("fd-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") source=("fd-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha512sums=('6ab75965cb1852dd677ffb07d51db852c993b59551ab2e3a87bf81560a41c5fff35e63e9e09aa495c6c42cd9d038bf8ad85c491095435c9881101cf6284385df') sha512sums=('db7a41d0dd448d73a88f7920b0d67d5d99864fef0a7d64a91523a55af9fd745e6520df8aee808f4131a07acd34730571d94a20e1e6aa1336c6f3caaab593d4ab')
prepare() { prepare() {
cd fd-$pkgver cd fd-$pkgver