diff options
Diffstat (limited to 'community/ngrep/PKGBUILD')
-rw-r--r-- | community/ngrep/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ngrep/PKGBUILD b/community/ngrep/PKGBUILD index 2bc220a0e..16cd1ab75 100644 --- a/community/ngrep/PKGBUILD +++ b/community/ngrep/PKGBUILD @@ -5,9 +5,9 @@ pkgname=ngrep pkgver=1.45 -pkgrel=9 +pkgrel=9.1 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' 'pcre') |