aboutsummaryrefslogtreecommitdiffstats
path: root/testing/argon2
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-01-06 15:54:20 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-01-06 15:54:20 +0000
commitca2e022e485bd7b75ca08af5e7cfd3eb8c939c34 (patch)
treed18e85e9e8f3099c56e73a481a000bd7a80ea11b /testing/argon2
parentc7866d849100d7422b6fdfafcd1063133757fde6 (diff)
downloadaports-ca2e022e485bd7b75ca08af5e7cfd3eb8c939c34.tar.bz2
aports-ca2e022e485bd7b75ca08af5e7cfd3eb8c939c34.tar.xz
testing/argon2: disable armhf build for now
Diffstat (limited to 'testing/argon2')
-rw-r--r--testing/argon2/APKBUILD4
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"