diff options
-rw-r--r-- | testing/fd/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/fd/APKBUILD b/testing/fd/APKBUILD index e5abaec4e5..5cc2388933 100644 --- a/testing/fd/APKBUILD +++ b/testing/fd/APKBUILD @@ -5,7 +5,7 @@ pkgver=7.3.0 pkgrel=0 pkgdesc="Simple, fast, user-friendly alternative to find" url="https://github.com/sharkdp/fd" -arch="x86_64" # Cargo +arch="x86_64 armv7 armhf !aarch64 x86" # Cargo (aarch64 due to MAP_32BIT) license="MIT Apache-2.0" makedepends="cargo" subpackages=" @@ -13,7 +13,7 @@ subpackages=" $pkgname-bash-completion:bashcomp:noarch $pkgname-zsh-compltion:zshcomp:noarch $pkgname-fish-completion:fishcomp:noarch" -source="$pkgname-$pkgver.tar.gz::https://github.com/sharkdp/fd/archive/v${pkgver}.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/sharkdp/fd/archive/v$pkgver.tar.gz" build() { cargo build --release |