diff options
author | Isaac David <isacdaavid@isacdaavid.info> | 2017-01-09 16:04:42 -0600 |
---|---|---|
committer | Isaac David <isacdaavid@isacdaavid.info> | 2017-01-09 16:04:42 -0600 |
commit | 4e2506fc442477aa22bc192b6ceda870060a84df (patch) | |
tree | 32f5aec2193366a52ac4833cbe65d944ada838a9 /libre/pyrit | |
parent | a1b5a7b3eb4afc66432d531fc9f2dd54b2aad07f (diff) | |
download | abslibre-4e2506fc442477aa22bc192b6ceda870060a84df.tar.gz abslibre-4e2506fc442477aa22bc192b6ceda870060a84df.tar.bz2 abslibre-4e2506fc442477aa22bc192b6ceda870060a84df.zip |
pyrit: add armv7h to arch array
Diffstat (limited to 'libre/pyrit')
-rw-r--r-- | libre/pyrit/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/pyrit/PKGBUILD b/libre/pyrit/PKGBUILD index ddaeb9fbe..909c7649c 100644 --- a/libre/pyrit/PKGBUILD +++ b/libre/pyrit/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.5.0 pkgrel=1.parabola1 pkgdesc='The famous WPA precomputed cracker, without nonfree cpyrit-cuda recommendation' url='https://github.com/JPaulMora/Pyrit' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') license=('GPL3') depends=('openssl' 'python2' 'zlib' 'libpcap') optdepends=( |