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 6f1e69381..61b6c09f1 100644 --- a/community/python-gnupginterface/PKGBUILD +++ b/community/python-gnupginterface/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python-gnupginterface pkgver=0.3.2 pkgrel=6 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') |