[arch-commits] Commit in pbpst/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Nov 13 19:49:41 UTC 2016
Date: Sunday, November 13, 2016 @ 19:49:41
Author: jelle
Revision: 195533
upgpkg: pbpst 1.4.0-1
Modified:
pbpst/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-11-13 19:38:11 UTC (rev 195532)
+++ PKGBUILD 2016-11-13 19:49:41 UTC (rev 195533)
@@ -4,7 +4,7 @@
# Use extra-x86_64-build -- -d /dev/fuse to build in a clean chroot
pkgname=pbpst
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc='A small tool to interact with pb instances'
url='https://github.com/HalosGhost/pbpst'
@@ -13,12 +13,12 @@
depends=('curl' 'jansson')
makedepends=('git' 'tup' 'clang' 'python-sphinx')
source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz")
-md5sums=('1a88530ca602f22e9eb5bf25ad0c9ab9')
+md5sums=('3bb5bab73439dc03d2760740033d3bd0')
build () {
cd "pbpst-${pkgver}"
- ./configure --cflags="$CFLAGS"
+ ./configure --prefix='/usr' --cflags="$CFLAGS"
make
}
More information about the arch-commits
mailing list