[arch-commits] Commit in aircrack-ng/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Mon Mar 30 17:40:59 UTC 2020


    Date: Monday, March 30, 2020 @ 17:40:59
  Author: anthraxx
Revision: 607079

upgpkg: aircrack-ng 1.6-2: fix graphviz package conflict

Fixes FS#65403

Modified:
  aircrack-ng/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-30 16:14:28 UTC (rev 607078)
+++ PKGBUILD	2020-03-30 17:40:59 UTC (rev 607079)
@@ -7,7 +7,7 @@
 pkgname=aircrack-ng
 _pkgver=1.6
 pkgver=${_pkgver//-/}
-pkgrel=1
+pkgrel=2
 pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
 arch=('x86_64')
 url="https://www.aircrack-ng.org"
@@ -18,11 +18,17 @@
 conflicts=('aircrack-ng-scripts')
 replaces=('aircrack-ng-scripts')
 provides=('aircrack-ng-scripts')
-source=(https://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
-sha256sums=('4f0bfd486efc6ea7229f7fbc54340ff8b2094a0d73e9f617e0a39f878999a247')
+source=(https://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz
+        $pkgname-$_pkgver-airgraphviz-py.patch::https://github.com/aircrack-ng/aircrack-ng/commit/5815bfe2ede99c094709a3289172335c3ba5b255.patch
+        $pkgname-$_pkgver-airgraphviz-make.patch::https://github.com/aircrack-ng/aircrack-ng/commit/b9ee19bcf868d4f4f0197cb0d886d0ebe91a6636.patch)
+sha256sums=('4f0bfd486efc6ea7229f7fbc54340ff8b2094a0d73e9f617e0a39f878999a247'
+            '6b091cf250b4c09475f0c70428f0d8471a4fc2ffaff5edc67548b69cb4cda1e8'
+            '89549000a3016ec98def974fbbb913b759861aa654f43fd3e3e2b0951955dbfa')
 
 prepare() {
   cd $pkgname-$_pkgver
+  patch -Np1 < ../$pkgname-$_pkgver-airgraphviz-py.patch
+  patch -Np1 < ../$pkgname-$_pkgver-airgraphviz-make.patch
   autoreconf -fiv
 }
 



More information about the arch-commits mailing list