diff options
Diffstat (limited to 'community/ipset/PKGBUILD')
-rw-r--r-- | community/ipset/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ipset/PKGBUILD b/community/ipset/PKGBUILD index fbf7ba29e..d7f96b934 100644 --- a/community/ipset/PKGBUILD +++ b/community/ipset/PKGBUILD @@ -5,7 +5,7 @@ pkgname=ipset pkgver=6.17 pkgrel=1 pkgdesc='Administration tool for IP sets' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://ipset.netfilter.org' license=('GPL2') depends=('libmnl' 'bash') |