summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Sajna2017-09-27 18:17:54 -0700
committerPaul Sajna2017-09-27 18:19:08 -0700
commit4f193795712c62cf7663c7ed94587804ce2db751 (patch)
tree978f3d6acd60bac8de28f4319c93491d57362693
parent9220fdd4fa73d90836cd0ff01cd76bd6e8ad2e15 (diff)
downloadaur-4f193795712c62cf7663c7ed94587804ce2db751.tar.gz
add replaces definition
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 541e9332b30e..4a971b5b8fef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fern-wifi-cracker-git
pkgdesc = WEP, WPA wifi cracker for wireless penetration testing
pkgver = 2.6.d25e58e
- pkgrel = 1
+ pkgrel = 2
url = http://code.google.com/p/fern-wifi-cracker/
arch = any
groups = blackarch
@@ -17,6 +17,7 @@ pkgbase = fern-wifi-cracker-git
depends = scapy
depends = macchanger
depends = gksu
+ replaces = fern-wifi-cracker
source = git+https://github.com/savio-code/fern-wifi-cracker.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 71cd76d34f4d..6fcf37d973e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='fern-wifi-cracker-git'
pkgver='2.6.d25e58e'
-pkgrel=1
+pkgrel=2
groups=('blackarch' 'blackarch-cracker' 'blackarch-wireless')
pkgdesc='WEP, WPA wifi cracker for wireless penetration testing'
arch=('any')
@@ -11,6 +11,7 @@ license=('GPL2')
depends=('python2' 'python2-pyqt4' 'aircrack-ng' 'xterm' 'subversion' 'scapy'
'macchanger' 'gksu')
makedepends=('git sed')
+replaces=('fern-wifi-cracker')
source=("git+https://github.com/savio-code/fern-wifi-cracker.git")
sha1sums=('SKIP')