diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-30 07:27:01 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-30 12:04:52 -0300 |
commit | cc4e034e2668c4b6a6150d39f3d44200b1562675 (patch) | |
tree | 07a3d78e2d30d19ff6f16ae7ab2b1fd2ce69917e /testing/fd | |
parent | a227c9a098193cfe0b46a71a35d887c26299ccbb (diff) | |
download | aports-cc4e034e2668c4b6a6150d39f3d44200b1562675.tar.bz2 aports-cc4e034e2668c4b6a6150d39f3d44200b1562675.tar.xz |
testing/fd: enable on arches supported by rust >= 1.37.0-r0
Diffstat (limited to 'testing/fd')
-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 |