diff options
Diffstat (limited to 'testing/argon2/APKBUILD')
-rw-r--r-- | testing/argon2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/argon2/APKBUILD b/testing/argon2/APKBUILD index 11c8be3ddd..b8ba82cf77 100644 --- a/testing/argon2/APKBUILD +++ b/testing/argon2/APKBUILD @@ -4,10 +4,10 @@ pkgname=argon2 _pkgname=phc-winner-argon2 pkgver=20161029 _soname=0.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="The password hash Argon2, winner of PHC" url="https://github.com/P-H-C/phc-winner-argon2" -arch="all" +arch="all !armhf" license="ASL 2.0 CC0 1.0" subpackages="$pkgname-dev libargon2" source="$pkgname-$pkgver.tar.gz::https://github.com/P-H-C/$_pkgname/archive/$pkgver.tar.gz" |