diff options
Diffstat (limited to 'community/python2-ldap/PKGBUILD')
-rw-r--r-- | community/python2-ldap/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python2-ldap/PKGBUILD b/community/python2-ldap/PKGBUILD index 548ac6af6..393da122d 100644 --- a/community/python2-ldap/PKGBUILD +++ b/community/python2-ldap/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python2-ldap pkgver=2.4.10 pkgrel=1 pkgdesc="Provides an object-oriented API to access LDAP directory servers from Python programs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://python-ldap.sourceforge.net" license=('custom') depends=('python2' 'libldap>=2.4.26') |