summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhalosghost2015-11-23 17:36:55 -0600
committerhalosghost2015-11-23 17:36:55 -0600
commitac762d198b2731aca7f6ca8067d354d048455ffb (patch)
tree3fc55a83df40b01a5778dfa68e7c7472f6cc33e7
parent19ff3fca027cfc93122d53b6cbc24300b5d2be16 (diff)
downloadaur-ac762d198b2731aca7f6ca8067d354d048455ffb.tar.gz
Use the Makefile
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b58133467c4b..f214541ea6e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pbpst-git
pkgdesc = A small tool to interact with pb instances
- pkgver = 0.9.0.r0.g5ca5d03
+ pkgver = 0.9.0.r12.gd251568
pkgrel = 1
url = https://github.com/HalosGhost/pbpst
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 9f2e82a7a385..db985650cd17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Stuewe <halosghost at archlinux dot info>
pkgname=pbpst-git
-pkgver=0.9.0.r0.g5ca5d03
+pkgver=0.9.0.r12.gd251568
pkgrel=1
pkgdesc='A small tool to interact with pb instances'
@@ -27,7 +27,5 @@ build () {
package () {
cd pbpst
- install -Dm755 src/pbpst "$pkgdir"/usr/bin/pbpst
- install -Dm644 doc/pbpst.1 "${pkgdir}"/usr/share/man/man1/pbpst.1
- install -Dm644 doc/pbpst_db.5 "${pkgdir}"/usr/share/man/man5/pbpst_db.5
+ make DESTDIR="${pkgdir}" PREFIX='/usr' install
}