summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpyamsoft2018-11-27 19:32:33 -0800
committerpyamsoft2018-11-27 19:32:33 -0800
commit7219dce0b1566c2f6c438d144369202a9003ac6e (patch)
treed3da9618246837c3cca9ba31db62e0ca7a061ffd
parent71235c66216d3fb8bee9e89d77ae1e68853f3b95 (diff)
downloadaur-7219dce0b1566c2f6c438d144369202a9003ac6e.tar.gz
Update pkgbuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36883b84945a..2f277158d8d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ipwaiter-git
pkgdesc = ipwaiter serves iptables
- pkgver = r90.3511c07
+ pkgver = r97.a647dbc
pkgrel = 1
url = https://github.com/pyamsoft/ipwaiter
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 4939e1f36ff4..e5e88ae75f29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=ipwaiter-git
# shellcheck disable=SC2034
pkgdesc="ipwaiter serves iptables"
# shellcheck disable=SC2034
-pkgver=r90.3511c07
+pkgver=r97.a647dbc
# shellcheck disable=SC2034
pkgrel=1
# shellcheck disable=SC2034
@@ -58,6 +58,6 @@ package() {
return 1
}
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="${pkgdir}" PREFIX="/usr" install
}