summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlad2015-08-14 14:29:26 +0300
committervlad2015-08-14 14:29:26 +0300
commit1046fe27b4c1335f9399ca4aba752a193014d624 (patch)
treee856038c0f22902bcb32408f112b2c5bf2838b48
parent98aaedffc8e937b48cfb0d0ce0a1a4d7a5eaf7cf (diff)
downloadaur-1046fe27b4c1335f9399ca4aba752a193014d624.tar.gz
add armv6h arch
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 636e9030beae..fbf9c6ad508f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = reaver-wps-fork-t6x-git
url = https://github.com/t6x/reaver-wps-fork-t6x
arch = i686
arch = x86_64
+ arch = armv6h
license = GPL2
depends = libpcap
depends = sqlite3
diff --git a/PKGBUILD b/PKGBUILD
index f2911524a202..7c7bcd2d4113 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,19 @@
# Contributor: kevku <kevku@gmx.com>
pkgname=reaver-wps-fork-t6x-git
+_pkgname=reaver-wps-fork-t6x
pkgver=1.5.2.r4.g941d383
pkgrel=1
pkgdesc="Brute force attack against Wifi Protected Setup mod with Pixie Dust Attack"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h')
url="https://github.com/t6x/reaver-wps-fork-t6x"
license=('GPL2')
depends=('libpcap' 'sqlite3' 'pixiewps')
backup=('etc/reaver/reaver.db')
-replaces=(reaver reaver-svn reaver-git)
-conflicts=(reaver reaver-svn reaver-git)
-provides=(reaver)
-source=($pkgname::git+https://github.com/t6x/reaver-wps-fork-t6x.git)
+replaces=('reaver' 'reaver-svn' 'reaver-git')
+conflicts=('reaver' 'reaver-svn' 'reaver-git')
+provides=('reaver')
+source=($pkgname::git+https://github.com/t6x/$_pkgname.git)
sha256sums=('SKIP')
pkgver() {