diff options
Diffstat (limited to 'community/ngrep')
-rw-r--r-- | community/ngrep/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ngrep/PKGBUILD b/community/ngrep/PKGBUILD index e6bc0d3d1..6445d99b4 100644 --- a/community/ngrep/PKGBUILD +++ b/community/ngrep/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ngrep pkgver=1.45 pkgrel=6 pkgdesc='A grep-like utility that allows you to search for network packets on an interface.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://ngrep.sourceforge.net/' license=('custom') depends=('libpcap>=1.0.0') |