summaryrefslogtreecommitdiff
path: root/pcr/lua-ldap
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-03 16:10:04 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-03 16:10:04 +0100
commit8b2a8379b1dae5811cc791c9de1dbe80cb0cc67e (patch)
tree0ba2584ed178e6e933d2fbf539dfa875aa845429 /pcr/lua-ldap
parent4a8c960d525d8368b5ab690a8e59c953b847e711 (diff)
pcr/lua-ldap: added armv7h arch
Diffstat (limited to 'pcr/lua-ldap')
-rw-r--r--pcr/lua-ldap/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/lua-ldap/PKGBUILD b/pcr/lua-ldap/PKGBUILD
index a1781c2aa..ea65ba583 100644
--- a/pcr/lua-ldap/PKGBUILD
+++ b/pcr/lua-ldap/PKGBUILD
@@ -3,7 +3,7 @@ _pkgname=lualdap
pkgver=1.1.0
pkgrel=2
pkgdesc="Simple interface from Lua to an LDAP client"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="http://www.keplerproject.org/lualdap"
license=('BSD')
makedepends=('lua51' 'libldap')