diff options
Diffstat (limited to 'community/john')
-rw-r--r-- | community/john/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/john/PKGBUILD b/community/john/PKGBUILD index 27f36a9ec..1b6183e7d 100644 --- a/community/john/PKGBUILD +++ b/community/john/PKGBUILD @@ -9,7 +9,7 @@ pkgver=1.7.9 pkgrel=4 _jumbover=6 pkgdesc="John The Ripper - A fast password cracker (jumbo-$_jumbover included)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.openwall.com/$pkgname/" license=('GPL2' 'custom') depends=('openssl') |