[arch-commits] Commit in pbpst/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sat Apr 30 14:12:19 UTC 2016


    Date: Saturday, April 30, 2016 @ 16:12:18
  Author: jelle
Revision: 173172

upgpkg: pbpst 1.1.2-1

Modified:
  pbpst/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-30 13:57:40 UTC (rev 173171)
+++ PKGBUILD	2016-04-30 14:12:18 UTC (rev 173172)
@@ -4,7 +4,7 @@
 # Use extra-x86_64-build --  -d /dev/fuse to build in a clean chroot
 
 pkgname=pbpst
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc='A small tool to interact with pb instances'
 url='https://github.com/HalosGhost/pbpst'
@@ -13,10 +13,13 @@
 depends=('curl' 'jansson')
 makedepends=('git' 'tup' 'clang' 'python-sphinx')
 source=("https://github.com/HalosGhost/pbpst/archive/v${pkgver}.tar.gz")
-md5sums=('fb8a2054d23ee6e68ba683ea5f5e59be')
+md5sums=('eb5d018a3301295976f86b59423dd1a7')
 
 build () {
     cd "pbpst-${pkgver}"
+
+    ./configure --cflags="$CFLAGS"
+
     make
 }
 



More information about the arch-commits mailing list