diff options
author | zezadas | 2020-09-04 10:34:24 +0100 |
---|---|---|
committer | zezadas | 2020-09-04 10:34:24 +0100 |
commit | 73f505817a2b64b3e935a1c126796ae70788315d (patch) | |
tree | 858549f7fc205357a91b53613ce578c925d13302 /PKGBUILD | |
parent | b9128176ed786212512742769631bcf6fbd0bcb4 (diff) | |
download | aur-73f505817a2b64b3e935a1c126796ae70788315d.tar.gz |
added aarch64
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ pkgname=john-git pkgver=1.9.0.Jumbo.1.r268.g51f7f3dcd pkgrel=1 pkgdesc="fast password cracker (using the git repository of the jumbo patch)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' "aarch64") url="http://www.openwall.com/$_pkgname/" license=('GPL2' 'custom') depends=('openssl' 'gmp' 'libpcap' 'openmpi' 'gcc-libs' 'opencl-icd-loader') |