diff options
Diffstat (limited to 'community/ipsec-tools/PKGBUILD')
-rw-r--r-- | community/ipsec-tools/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ipsec-tools/PKGBUILD b/community/ipsec-tools/PKGBUILD index b276646ef..4d521abbd 100644 --- a/community/ipsec-tools/PKGBUILD +++ b/community/ipsec-tools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ipsec-tools pkgver=0.8.0 pkgrel=3 pkgdesc="KAME IPSec tools ported to Linux" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://ipsec-tools.sourceforge.net/" depends=('readline' 'openssl' 'krb5') makedepends=('linux-headers') |