diff options
Diffstat (limited to 'community/unhide/PKGBUILD')
-rw-r--r-- | community/unhide/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/unhide/PKGBUILD b/community/unhide/PKGBUILD index 04f43703e..18f16e8f4 100644 --- a/community/unhide/PKGBUILD +++ b/community/unhide/PKGBUILD @@ -5,7 +5,7 @@ pkgname=unhide pkgver=20130526 pkgrel=1 pkgdesc='A forensic tool to find processes hidden by rootkits, LKMs or by other techniques.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://sourceforge.net/projects/unhide/' license=('GPL3') depends=('iproute2' 'lsof' 'psmisc' 'net-tools' 'procps-ng') |