diff options
Diffstat (limited to 'community/python-gnupginterface/PKGBUILD')
-rw-r--r-- | community/python-gnupginterface/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-gnupginterface/PKGBUILD b/community/python-gnupginterface/PKGBUILD index c484684b7..f4710d43c 100644 --- a/community/python-gnupginterface/PKGBUILD +++ b/community/python-gnupginterface/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-gnupginterface pkgver=0.3.2 pkgrel=5 pkgdesc="A Python interface to GNU Privacy Guard (GnuPG)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://py-gnupg.sourceforge.net/" license=('GPL') depends=('gnupg' 'python2') |