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

Gaëtan Bisson bisson at archlinux.org
Sun Oct 15 22:09:10 UTC 2017


    Date: Sunday, October 15, 2017 @ 22:09:09
  Author: bisson
Revision: 307955

upstream update, rebuild for protobuf-3.4.1

Modified:
  protobuf-c/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-15 16:59:08 UTC (rev 307954)
+++ PKGBUILD	2017-10-15 22:09:09 UTC (rev 307955)
@@ -3,8 +3,8 @@
 # Contributor: Aurélien Wailly <aurelien.wailly at gmail.com>
 
 pkgname=protobuf-c
-pkgver=1.2.1
-pkgrel=6
+pkgver=1.3.0
+pkgrel=1
 pkgdesc='Protocol Buffers implementation in C'
 arch=('i686' 'x86_64')
 url='https://github.com/protobuf-c/protobuf-c'
@@ -12,7 +12,7 @@
 depends=('protobuf')
 provides=('libprotobuf-c.so')
 source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('e544249c329391fff512c3874895cfbe')
+sha256sums=('5dc9ad7a9b889cf7c8ff6bf72215f1874a90260f60ad4f88acf21bb15d2752a1')
 
 build() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list