Date: Friday, February 13, 2015 @ 09:35:56 Author: bpiotrowski Revision: 231363
upgpkg: protobuf-c 1.1.0-1 new upstream release Modified: protobuf-c/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-13 08:33:23 UTC (rev 231362) +++ PKGBUILD 2015-02-13 08:35:56 UTC (rev 231363) @@ -3,7 +3,7 @@ # Contributor: Aurélien Wailly <[email protected]> pkgname=protobuf-c -pkgver=1.0.2 +pkgver=1.1.0 pkgrel=1 pkgdesc='Protocol Buffers implementation in C' arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('BSD') depends=('protobuf') source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz) -md5sums=('42f03767ddbd1dbe26cce10bc6e08c84') +md5sums=('884a6e7deb4a2f7b3cc81a4dcabe514a') build() { cd $pkgname-$pkgver
