[arch-commits] Commit in protobuf-c/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Sat Apr 25 14:21:52 UTC 2015
Date: Saturday, April 25, 2015 @ 16:21:52
Author: bpiotrowski
Revision: 238035
upgpkg: protobuf-c 1.1.1-1
new upstream release
Modified:
protobuf-c/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-25 08:01:00 UTC (rev 238034)
+++ PKGBUILD 2015-04-25 14:21:52 UTC (rev 238035)
@@ -3,7 +3,7 @@
# Contributor: Aurélien Wailly <aurelien.wailly at gmail.com>
pkgname=protobuf-c
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc='Protocol Buffers implementation in C'
arch=('i686' 'x86_64')
@@ -10,8 +10,9 @@
url='https://github.com/protobuf-c/protobuf-c'
license=('BSD')
depends=('protobuf')
-source=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
-md5sums=('884a6e7deb4a2f7b3cc81a4dcabe514a')
+provides=('libprotobuf-c.so')
+source=($url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('41d437677ea16f9d3611d98841c4af3b')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list