aur/protobuf-c to 0.15-3

This commit is contained in:
Kevin Mihelich 2012-03-12 17:00:36 -04:00
parent de28e8d6b3
commit 6ac1666ad3

View file

@ -4,7 +4,7 @@ plugrel=1
pkgname=protobuf-c
pkgver=0.15
pkgrel=2
pkgrel=3
pkgdesc="C bindings for Google's Protocol Buffers"
arch=('i686' 'x86_64')
url="http://code.google.com/p/protobuf-c/"
@ -17,6 +17,7 @@ md5sums=('73ff0c8df50d2eee75269ad8f8c07dc8')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --disable-static
export MAKEFLAGS=-j1
make check
}