summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhalosghost2016-11-07 22:26:42 -0600
committerhalosghost2016-11-07 22:26:42 -0600
commitff082fbfece1cffb86efaeb806e4ea468d0959fb (patch)
treebe6aa8721367e83882af01f0c2cdd57a6af08154
parent2185b6e9944caef25af157780b92414ac713a347 (diff)
downloadaur-ff082fbfece1cffb86efaeb806e4ea468d0959fb.tar.gz
build now needs the prefix to be specified in ./configure as well as install-step
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 951737d02665..e8235ec7afc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Apr 6 03:11:15 UTC 2016
+# Tue Nov 8 04:26:14 UTC 2016
pkgbase = pbpst-git
pkgdesc = A small tool to interact with pb instances
- pkgver = v1.1.1.r7.g1893f08
- pkgrel = 2
+ pkgver = v1.3.0.r27.ga3a2884
+ pkgrel = 1
url = https://github.com/HalosGhost/pbpst
arch = i686
arch = x86_64
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