diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-02-03 16:10:04 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-02-03 16:10:04 +0100 |
commit | 8b2a8379b1dae5811cc791c9de1dbe80cb0cc67e (patch) | |
tree | 0ba2584ed178e6e933d2fbf539dfa875aa845429 /pcr/lua-ldap | |
parent | 4a8c960d525d8368b5ab690a8e59c953b847e711 (diff) | |
download | abslibre-8b2a8379b1dae5811cc791c9de1dbe80cb0cc67e.tar.gz abslibre-8b2a8379b1dae5811cc791c9de1dbe80cb0cc67e.tar.bz2 abslibre-8b2a8379b1dae5811cc791c9de1dbe80cb0cc67e.zip |
pcr/lua-ldap: added armv7h arch
Diffstat (limited to 'pcr/lua-ldap')
-rw-r--r-- | pcr/lua-ldap/PKGBUILD | 2 |
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') |