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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Oct 4 05:04:38 UTC 2014


    Date: Saturday, October 4, 2014 @ 07:04:37
  Author: bpiotrowski
Revision: 223843

upgpkg: protobuf-c 1.0.1-2

rebuild against protobuf 2.6.0

Modified:
  protobuf-c/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-04 04:52:42 UTC (rev 223842)
+++ PKGBUILD	2014-10-04 05:04:37 UTC (rev 223843)
@@ -4,7 +4,7 @@
 
 pkgname=protobuf-c
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Protocol Buffers implementation in C'
 arch=('i686' 'x86_64')
 url='https://github.com/protobuf-c/protobuf-c'
@@ -16,6 +16,7 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
+  make
 }
 
 check() {



More information about the arch-commits mailing list