summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Sajna2017-09-27 18:42:41 -0700
committerPaul Sajna2017-09-27 18:42:41 -0700
commitbf74a0fcd133a5aa077fc8804a2eb165527891a4 (patch)
treefea203e2aaf7504f99dbe6ad3696f5a7ba316963
parentb206c3def737ec334ad52f17b493c04d9db71c53 (diff)
downloadaur-bf74a0fcd133a5aa077fc8804a2eb165527891a4.tar.gz
minor fixes
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5364a1afbb42..3d251d92bf1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = fern-wifi-cracker
groups = blackarch-cracker
groups = blackarch-wireless
license = GPL2
- makedepends = sed unzip
+ makedepends = unzip
depends = python2
depends = python2-pyqt4
depends = aircrack-ng
@@ -17,6 +17,7 @@ pkgbase = fern-wifi-cracker
depends = scapy
depends = macchanger
depends = gksu
+ conflicts = fern-wifi-cracker-git
replaces = fern-wifi-cracker-git
source = https://github.com/savio-code/fern-wifi-cracker/archive/2.6.zip
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dafc05c88068..33682394712a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,16 +10,15 @@ url='http://code.google.com/p/fern-wifi-cracker/'
license=('GPL2')
depends=('python2' 'python2-pyqt4' 'aircrack-ng' 'xterm' 'subversion' 'scapy'
'macchanger' 'gksu')
-makedepends=('sed unzip')
+makedepends=('unzip')
replaces=('fern-wifi-cracker-git')
+conflicts=('fern-wifi-cracker-git')
source=("https://github.com/savio-code/fern-wifi-cracker/archive/2.6.zip")
sha1sums=('SKIP')
prepare() {
unzip $pkgver.zip
cd "$srcdir/$pkgname-$pkgver/Fern-Wifi-Cracker"
-
- sed 's|python$|python2|g' execute.py
}
package() {