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

Lukas Fleischer lfleischer at archlinux.org
Wed Feb 19 17:21:12 UTC 2020


    Date: Wednesday, February 19, 2020 @ 17:21:09
  Author: lfleischer
Revision: 375879

upgpkg: protobuf-c 1.3.3-1: upstream update

Modified:
  protobuf-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-19 17:19:30 UTC (rev 375878)
+++ PKGBUILD	2020-02-19 17:21:09 UTC (rev 375879)
@@ -3,8 +3,8 @@
 # Contributor: Aurélien Wailly <aurelien.wailly at gmail.com>
 
 pkgname=protobuf-c
-pkgver=1.3.2
-pkgrel=2
+pkgver=1.3.3
+pkgrel=1
 pkgdesc='Protocol Buffers implementation in C'
 arch=('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")
-sha256sums=('53f251f14c597bdb087aecf0b63630f434d73f5a10fc1ac545073597535b9e74')
+sha256sums=('22956606ef50c60de1fabc13a78fbc50830a0447d780467d3c519f84ad527e78')
 
 build() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list