summaryrefslogtreecommitdiff
path: root/core/gnupg
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-14 10:12:51 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-14 10:12:51 -0300
commit30d7c05552575fd8d5711290328300b864b2056c (patch)
tree14967d160cc7d540ca46768fbbfdab0ca5e62c0d /core/gnupg
parentcb65afbd8bbec2080e001d67d0fc3e484053e5f8 (diff)
Porting to mips64el
Diffstat (limited to 'core/gnupg')
-rw-r--r--core/gnupg/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/gnupg/PKGBUILD b/core/gnupg/PKGBUILD
index b6419c832..d3c490d20 100644
--- a/core/gnupg/PKGBUILD
+++ b/core/gnupg/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=gnupg
pkgver=1.4.12
pkgrel=1
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)