Date: Wednesday, February 17, 2016 @ 21:28:08 Author: jsteel Revision: 162118
archrelease: copy trunk to community-i686, community-x86_64 Added: aircrack-ng/repos/community-i686/PKGBUILD (from rev 162117, aircrack-ng/trunk/PKGBUILD) aircrack-ng/repos/community-x86_64/PKGBUILD (from rev 162117, 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 2016-02-17 20:27:19 UTC (rev 162117) +++ community-i686/PKGBUILD 2016-02-17 20:28:08 UTC (rev 162118) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Jonathan Steel <jsteel at archlinux.org> -# Contributor: Brad Fanella <bradfane...@archlinux.us> -# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com> -# Contributor: Corrado Primier <ba...@aur.archlinux.org> -# Contributor: ice-man <icem...@gmail.com> - -pkgname=aircrack-ng -_pkgver=1.2-rc3 -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=('3f4096808c916baa8872a5ad138a9c35') - -build() { - cd $pkgname-$_pkgver - - make sqlite=true experimental=true -} - -package() { - cd $pkgname-$_pkgver - - make DESTDIR="$pkgdir" sqlite=true experimental=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 162117, aircrack-ng/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-02-17 20:28:08 UTC (rev 162118) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jonathan Steel <jsteel at archlinux.org> +# Contributor: Brad Fanella <bradfane...@archlinux.us> +# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com> +# Contributor: Corrado Primier <ba...@aur.archlinux.org> +# Contributor: ice-man <icem...@gmail.com> + +pkgname=aircrack-ng +_pkgver=1.2-rc4 +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=('3bbc7d5035a98ec01e78774d05c3fcce') + +build() { + cd $pkgname-$_pkgver + + make sqlite=true experimental=true +} + +package() { + cd $pkgname-$_pkgver + + make DESTDIR="$pkgdir" sqlite=true experimental=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 2016-02-17 20:27:19 UTC (rev 162117) +++ community-x86_64/PKGBUILD 2016-02-17 20:28:08 UTC (rev 162118) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Jonathan Steel <jsteel at archlinux.org> -# Contributor: Brad Fanella <bradfane...@archlinux.us> -# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com> -# Contributor: Corrado Primier <ba...@aur.archlinux.org> -# Contributor: ice-man <icem...@gmail.com> - -pkgname=aircrack-ng -_pkgver=1.2-rc3 -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=('3f4096808c916baa8872a5ad138a9c35') - -build() { - cd $pkgname-$_pkgver - - make sqlite=true experimental=true -} - -package() { - cd $pkgname-$_pkgver - - make DESTDIR="$pkgdir" sqlite=true experimental=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 162117, aircrack-ng/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-02-17 20:28:08 UTC (rev 162118) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jonathan Steel <jsteel at archlinux.org> +# Contributor: Brad Fanella <bradfane...@archlinux.us> +# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com> +# Contributor: Corrado Primier <ba...@aur.archlinux.org> +# Contributor: ice-man <icem...@gmail.com> + +pkgname=aircrack-ng +_pkgver=1.2-rc4 +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=('3bbc7d5035a98ec01e78774d05c3fcce') + +build() { + cd $pkgname-$_pkgver + + make sqlite=true experimental=true +} + +package() { + cd $pkgname-$_pkgver + + make DESTDIR="$pkgdir" sqlite=true experimental=true \ + bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1/ \ + smandir=/usr/share/man/man8/ install +}