diff options
Diffstat (limited to 'extra/gnupg/PKGBUILD')
-rw-r--r-- | extra/gnupg/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gnupg/PKGBUILD b/extra/gnupg/PKGBUILD index 56b0c2274..6e11ee821 100644 --- a/extra/gnupg/PKGBUILD +++ b/extra/gnupg/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gnupg pkgver=1.4.11 pkgrel=2 pkgdesc="GNU Privacy Guard - a PGP replacement tool" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL3') depends=('zlib' 'bzip2' 'libldap>=2.4.18' 'libusb-compat' 'curl>=7.16.2' 'readline>=6.0.00') source=(ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/gnupg/$pkgname-$pkgver.tar.bz2) |