diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-03-29 09:32:58 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-03-29 09:32:58 -0300 |
commit | c246774b46f65393f2534bfca2544865855d1d74 (patch) | |
tree | 1d92ef505f835f869c1e059211168ba1fd5a25f9 /core | |
parent | 2d0e587bd1c7ac060a95a0e20cfe00ab19db7e14 (diff) |
port
Diffstat (limited to 'core')
-rw-r--r-- | core/libksba/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libksba/PKGBUILD b/core/libksba/PKGBUILD index 505a60633..c9431e02f 100644 --- a/core/libksba/PKGBUILD +++ b/core/libksba/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libksba pkgver=1.2.0 pkgrel=2 pkgdesc="A CMS and X.509 access library" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) license=('GPL') url="ftp://ftp.gnupg.org/gcrypt/alpha/libksba" depends=('bash' 'libgpg-error' 'glibc') |