diff options
Diffstat (limited to 'community/snort/PKGBUILD')
-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 445886fb0..ce0843262 100644 --- a/community/snort/PKGBUILD +++ b/community/snort/PKGBUILD @@ -9,7 +9,7 @@ pkgname=snort pkgver=2.9.2.1 pkgrel=2 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') |