summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Miegl2018-05-20 23:24:38 +0200
committerJosef Miegl2018-05-20 23:24:38 +0200
commitb1ff0d2ed67f9560181e31501fb4be4c6c27867b (patch)
tree5d3a0b368665d84f7ef73cd10d7bab270d956ef4
parentb922b336f70a846b71fda48fff17956aa5b64383 (diff)
downloadaur-b1ff0d2ed67f9560181e31501fb4be4c6c27867b.tar.gz
use ./configure args instead of make args
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6c6110eac8b..06a187987763 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aircrack-ng-git
pkgdesc = WiFi security auditing tools suite
- pkgver = 20180422.237e361c
+ pkgver = 20180518.e9430e64
pkgrel = 1
url = https://aircrack-ng.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index bf9664b6db8c..31b78768c959 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,11 @@
# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Contributor: ice-man <icemanf@gmail.com>
+# Contributor: codyps <archlinux@codyps.com>
pkgname=aircrack-ng-git
_pkgname=aircrack-ng
-pkgver=20180422.237e361c
+pkgver=20180518.e9430e64
pkgrel=1
pkgdesc='WiFi security auditing tools suite'
url='https://aircrack-ng.org/'
@@ -31,7 +32,7 @@ pkgver() {
build() {
cd "${srcdir}/${_pkgname}"
autoreconf -i
- ./configure --with-experimental --with-ext-scripts
+ ./configure --with-experimental --with-ext-scripts --prefix=/usr --sbindir=/usr/bin
make
}
@@ -39,9 +40,6 @@ package() {
cd "${srcdir}/${_pkgname}"
make \
DESTDIR="${pkgdir}" \
- sbindir=/usr/bin \
- prefix=/usr \
- etcdir=/etc \
install
}