[arch-commits] Commit in aircrack-ng/repos (4 files)

Jonathan Steel jsteel at archlinux.org
Sun Nov 2 10:12:55 UTC 2014


    Date: Sunday, November 2, 2014 @ 11:12:55
  Author: jsteel
Revision: 121704

archrelease: copy trunk to community-i686, community-x86_64

Added:
  aircrack-ng/repos/community-i686/PKGBUILD
    (from rev 121703, aircrack-ng/trunk/PKGBUILD)
  aircrack-ng/repos/community-x86_64/PKGBUILD
    (from rev 121703, aircrack-ng/trunk/PKGBUILD)
Deleted:
  aircrack-ng/repos/community-i686/PKGBUILD
  aircrack-ng/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 ----------------------
 community-x86_64/PKGBUILD |   35 ----------------------
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-11-02 10:12:34 UTC (rev 121703)
+++ community-i686/PKGBUILD	2014-11-02 10:12:55 UTC (rev 121704)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Contributor: ice-man <icemanf at gmail.com>
-
-pkgname=aircrack-ng
-_pkgver=1.2-beta3
-pkgver=${_pkgver//-/}
-pkgrel=1
-pkgdesc="A key cracker for the 802.11 WEP and WPA-PSK protocols"
-arch=('i686' 'x86_64')
-url="http://www.aircrack-ng.org"
-license=('GPL2')
-depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools')
-conflicts=('aircrack-ng-scripts')
-replaces=('aircrack-ng-scripts')
-provides=('aircrack-ng-scripts')
-source=(http://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
-md5sums=('ec5492e65ce7e98c6812e84b1d18d811')
-
-build() {
-  cd "$srcdir"/$pkgname-$_pkgver
-
-  make sqlite=true unstable=true
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$_pkgver
-
-  make DESTDIR="$pkgdir" sqlite=true unstable=true \
-    bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1/ \
-    smandir=/usr/share/man/man8/ install
-}

Copied: aircrack-ng/repos/community-i686/PKGBUILD (from rev 121703, aircrack-ng/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-11-02 10:12:55 UTC (rev 121704)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: ice-man <icemanf at gmail.com>
+
+pkgname=aircrack-ng
+_pkgver=1.2-rc1
+pkgver=${_pkgver//-/}
+pkgrel=1
+pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
+arch=('i686' 'x86_64')
+url="http://www.aircrack-ng.org"
+license=('GPL2')
+depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools' 'ethtool')
+conflicts=('aircrack-ng-scripts')
+replaces=('aircrack-ng-scripts')
+provides=('aircrack-ng-scripts')
+source=(http://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
+md5sums=('c2f8648c92f7e46051c86c618d4fb0d5')
+
+build() {
+  cd $pkgname-$_pkgver
+
+  make sqlite=true unstable=true
+}
+
+package() {
+  cd $pkgname-$_pkgver
+
+  make DESTDIR="$pkgdir" sqlite=true unstable=true \
+    bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1/ \
+    smandir=/usr/share/man/man8/ install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-11-02 10:12:34 UTC (rev 121703)
+++ community-x86_64/PKGBUILD	2014-11-02 10:12:55 UTC (rev 121704)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Contributor: ice-man <icemanf at gmail.com>
-
-pkgname=aircrack-ng
-_pkgver=1.2-beta3
-pkgver=${_pkgver//-/}
-pkgrel=1
-pkgdesc="A key cracker for the 802.11 WEP and WPA-PSK protocols"
-arch=('i686' 'x86_64')
-url="http://www.aircrack-ng.org"
-license=('GPL2')
-depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools')
-conflicts=('aircrack-ng-scripts')
-replaces=('aircrack-ng-scripts')
-provides=('aircrack-ng-scripts')
-source=(http://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
-md5sums=('ec5492e65ce7e98c6812e84b1d18d811')
-
-build() {
-  cd "$srcdir"/$pkgname-$_pkgver
-
-  make sqlite=true unstable=true
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$_pkgver
-
-  make DESTDIR="$pkgdir" sqlite=true unstable=true \
-    bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1/ \
-    smandir=/usr/share/man/man8/ install
-}

Copied: aircrack-ng/repos/community-x86_64/PKGBUILD (from rev 121703, aircrack-ng/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-11-02 10:12:55 UTC (rev 121704)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: ice-man <icemanf at gmail.com>
+
+pkgname=aircrack-ng
+_pkgver=1.2-rc1
+pkgver=${_pkgver//-/}
+pkgrel=1
+pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
+arch=('i686' 'x86_64')
+url="http://www.aircrack-ng.org"
+license=('GPL2')
+depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools' 'ethtool')
+conflicts=('aircrack-ng-scripts')
+replaces=('aircrack-ng-scripts')
+provides=('aircrack-ng-scripts')
+source=(http://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
+md5sums=('c2f8648c92f7e46051c86c618d4fb0d5')
+
+build() {
+  cd $pkgname-$_pkgver
+
+  make sqlite=true unstable=true
+}
+
+package() {
+  cd $pkgname-$_pkgver
+
+  make DESTDIR="$pkgdir" sqlite=true unstable=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