summaryrefslogtreecommitdiff
path: root/nonsystemd
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2019-08-15 18:32:12 -0400
committerDavid P <megver83@parabola.nu>2019-08-15 18:32:12 -0400
commit4750258c4b98acd66cb29e13aed988b85208df53 (patch)
tree0eb5a1b81ed999262373b8cd3004ac9f934b1198 /nonsystemd
parent3902003d6929406622aac7959b9e7aa222b951a4 (diff)
nonsystemd/p11-kit: add armv7h
building from ARMv7 hardware works Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'nonsystemd')
-rw-r--r--nonsystemd/p11-kit/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/nonsystemd/p11-kit/PKGBUILD b/nonsystemd/p11-kit/PKGBUILD
index 82e9dbc5a..a0ceb202f 100644
--- a/nonsystemd/p11-kit/PKGBUILD
+++ b/nonsystemd/p11-kit/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.23.16.1
pkgrel=1
pkgrel+=.nonsystemd1
pkgdesc="Provides a way to load and enumerate PKCS#11 modules"
-arch=(x86_64 i686) # armv7h fails in check()
+arch=(x86_64 i686 armv7h)
url="https://p11-glue.freedesktop.org"
license=(BSD)
depends=(glibc libtasn1 libffi)