summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhalosghost2016-11-07 22:26:42 -0600
committerhalosghost2016-11-07 22:26:42 -0600
commitff082fbfece1cffb86efaeb806e4ea468d0959fb (patch)
treebe6aa8721367e83882af01f0c2cdd57a6af08154 /PKGBUILD
parent2185b6e9944caef25af157780b92414ac713a347 (diff)
downloadaur-ff082fbfece1cffb86efaeb806e4ea468d0959fb.tar.gz
build now needs the prefix to be specified in ./configure as well as install-step
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 058befbdb6d9..cd538467ac17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sam Stuewe <halosghost at archlinux dot info>
pkgname=pbpst-git
-pkgver=v1.1.1.r7.g1893f08
-pkgrel=2
+pkgver=v1.3.0.r27.ga3a2884
+pkgrel=1
pkgdesc='A small tool to interact with pb instances'
url='https://github.com/HalosGhost/pbpst'
@@ -23,6 +23,11 @@ pkgver () {
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
+prepare () {
+ cd pbpst
+ ./configure --prefix='/usr'
+}
+
build () {
cd pbpst
make