mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/fd to 10.2.0-1
This commit is contained in:
parent
b25c0d9853
commit
077354eba0
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = fd
|
||||
pkgdesc = Simple, fast and user-friendly alternative to find
|
||||
pkgver = 10.1.0
|
||||
pkgver = 10.2.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/sharkdp/fd
|
||||
arch = x86_64
|
||||
|
@ -8,7 +8,7 @@ pkgbase = fd
|
|||
license = Apache-2.0
|
||||
makedepends = rust
|
||||
depends = gcc-libs
|
||||
source = fd-10.1.0.tar.gz::https://github.com/sharkdp/fd/archive/v10.1.0.tar.gz
|
||||
sha512sums = 6ab75965cb1852dd677ffb07d51db852c993b59551ab2e3a87bf81560a41c5fff35e63e9e09aa495c6c42cd9d038bf8ad85c491095435c9881101cf6284385df
|
||||
source = fd-10.2.0.tar.gz::https://github.com/sharkdp/fd/archive/v10.2.0.tar.gz
|
||||
sha512sums = db7a41d0dd448d73a88f7920b0d67d5d99864fef0a7d64a91523a55af9fd745e6520df8aee808f4131a07acd34730571d94a20e1e6aa1336c6f3caaab593d4ab
|
||||
|
||||
pkgname = fd
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# systems with 16k or 64k page size
|
||||
|
||||
pkgname=fd
|
||||
pkgver=10.1.0
|
||||
pkgver=10.2.0
|
||||
pkgrel=1
|
||||
pkgdesc='Simple, fast and user-friendly alternative to find'
|
||||
arch=('x86_64')
|
||||
|
@ -16,7 +16,7 @@ license=('MIT' 'Apache-2.0')
|
|||
depends=('gcc-libs')
|
||||
makedepends=('rust')
|
||||
source=("fd-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
|
||||
sha512sums=('6ab75965cb1852dd677ffb07d51db852c993b59551ab2e3a87bf81560a41c5fff35e63e9e09aa495c6c42cd9d038bf8ad85c491095435c9881101cf6284385df')
|
||||
sha512sums=('db7a41d0dd448d73a88f7920b0d67d5d99864fef0a7d64a91523a55af9fd745e6520df8aee808f4131a07acd34730571d94a20e1e6aa1336c6f3caaab593d4ab')
|
||||
|
||||
prepare() {
|
||||
cd fd-$pkgver
|
||||
|
|
Loading…
Reference in a new issue