summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul Sajna2017-09-27 18:42:41 -0700
committerPaul Sajna2017-09-27 18:42:41 -0700
commitbf74a0fcd133a5aa077fc8804a2eb165527891a4 (patch)
treefea203e2aaf7504f99dbe6ad3696f5a7ba316963 /PKGBUILD
parentb206c3def737ec334ad52f17b493c04d9db71c53 (diff)
downloadaur-bf74a0fcd133a5aa077fc8804a2eb165527891a4.tar.gz
minor fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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() {