diff options
Diffstat (limited to 'community/libnids/PKGBUILD')
-rw-r--r-- | community/libnids/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libnids/PKGBUILD b/community/libnids/PKGBUILD index 50877bae2..c690d59d0 100644 --- a/community/libnids/PKGBUILD +++ b/community/libnids/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libnids pkgver=1.24 pkgrel=2 pkgdesc="An implementation of an E-component of Network Intrusion Detection System." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://libnids.sourceforge.net/" license=('GPL') depends=('libnet' 'libpcap' 'glib2') |