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

Jonathan Steel jsteel at archlinux.org
Sun Apr 12 08:58:04 UTC 2015


    Date: Sunday, April 12, 2015 @ 10:58:04
  Author: jsteel
Revision: 131228

upgpkg: aircrack-ng 1.2rc2-1

Modified:
  aircrack-ng/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-12 08:15:29 UTC (rev 131227)
+++ PKGBUILD	2015-04-12 08:58:04 UTC (rev 131228)
@@ -6,7 +6,7 @@
 # Contributor: ice-man <icemanf at gmail.com>
 
 pkgname=aircrack-ng
-_pkgver=1.2-rc1
+_pkgver=1.2-rc2
 pkgver=${_pkgver//-/}
 pkgrel=1
 pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
@@ -18,18 +18,18 @@
 replaces=('aircrack-ng-scripts')
 provides=('aircrack-ng-scripts')
 source=(http://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
-md5sums=('c2f8648c92f7e46051c86c618d4fb0d5')
+md5sums=('ebe9d537f06f4d6956213af09c4476da')
 
 build() {
   cd $pkgname-$_pkgver
 
-  make sqlite=true unstable=true
+  make sqlite=true experimental=true
 }
 
 package() {
   cd $pkgname-$_pkgver
 
-  make DESTDIR="$pkgdir" sqlite=true unstable=true \
+  make DESTDIR="$pkgdir" sqlite=true experimental=true \
     bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1/ \
     smandir=/usr/share/man/man8/ install
 }



More information about the arch-commits mailing list