diff options
Diffstat (limited to 'community/snort')
-rw-r--r-- | community/snort/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/snort/PKGBUILD b/community/snort/PKGBUILD index e64dfe966..d27f6865f 100644 --- a/community/snort/PKGBUILD +++ b/community/snort/PKGBUILD @@ -9,7 +9,7 @@ pkgname=snort pkgver=2.9.2.2 pkgrel=1 pkgdesc='A lightweight network intrusion detection system.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.snort.org' license=('GPL') depends=('libdaq' 'libdnet' 'libpcap' 'pcre' 'zlib') |