summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpyamsoft2018-08-30 21:08:02 -0700
committerpyamsoft2018-08-30 21:08:02 -0700
commite107f6c678ee258620dd9c3628dd2db917b03abd (patch)
tree7d96cf4572b1863869f927e603fce128c993d389
parent194d3b35ef146a5e3b9574e00ac1d1f6d26a5372 (diff)
downloadaur-e107f6c678ee258620dd9c3628dd2db917b03abd.tar.gz
Update pkgbuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 788377de2b1c..3f50a84cc5d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ipwaiter-git
pkgdesc = ipwaiter serves iptables
- pkgver = r73.90c6f93
+ pkgver = r78.ffed093
pkgrel = 1
url = https://github.com/pyamsoft/ipwaiter
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 0e8dda05c806..b51e832ad764 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=ipwaiter-git
# shellcheck disable=SC2034
pkgdesc="ipwaiter serves iptables"
# shellcheck disable=SC2034
-pkgver=r73.90c6f93
+pkgver=r78.ffed093
# shellcheck disable=SC2034
pkgrel=1
# shellcheck disable=SC2034
@@ -53,17 +53,11 @@ pkgver() {
}
package() {
- # shellcheck disable=SC2154
cd "$srcdir/$_gitname" || {
msg "Could not cd into $srcdir/$_gitname"
return 1
}
- # The install script will run
- # python setup.py install --root="${pkgdir}" --optimize=1
- # as well as install system files to the correct locations
-
- # shellcheck disable=SC2154
- DESTDIR="${pkgdir}" ./install.sh install
+ make DESTDIR="${pkgdir}" install
}