summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlsf2020-09-16 11:35:17 +0200
committerlsf2020-09-16 11:35:40 +0200
commitc27df2c6cd7211dbf2543cdbc9ca2435b427f5b1 (patch)
treea183e72cf145b00e5bb82eae15aef4efe39ecdb3 /PKGBUILD
parent7cf264545161419c244e9e6c85b14094282ec452 (diff)
downloadaur-c27df2c6cd7211dbf2543cdbc9ca2435b427f5b1.tar.gz
remove patch for issue that has been addressed upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 4 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 281884bf5e40..61eaad88cdb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer : lsf <lsf@lsf>
pkgname=wifite2-git
-pkgver=r376.5483a41
-pkgrel=2
+pkgver=r379.d8a6628
+pkgrel=1
pkgdesc="A tool to attack multiple WEP and WPA encrypted networks at the same time"
arch=(any)
url="https://github.com/kimocoder/wifite2"
@@ -11,22 +11,15 @@ depends=(python aircrack-ng wireless_tools net-tools wireshark-cli)
optdepends=(macchanger reaver bully
cowpatty pyrit hcxdumptool hcxtools john hashcat)
makedepends=(git)
-source=($pkgname::git+https://github.com/kimocoder/wifite2.git
- "bad_indentation_fix.patch")
+source=($pkgname::git+https://github.com/kimocoder/wifite2.git)
-sha256sums=('SKIP'
- '79613c5d6fb8d4e2e09789a811a40de53b6a06a863802895ffe529f4e2f0e272')
+sha256sums=('SKIP')
pkgver() {
cd "$pkgname"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-prepare() {
- cd "$pkgname"
- patch -Np1 -i ../bad_indentation_fix.patch
-}
-
package() {
mkdir -p ${pkgdir}/usr/bin
mkdir -p ${pkgdir}/usr/share/wifite2