[arch-commits] Commit in protobuf/trunk (PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Sun Oct 6 18:39:29 UTC 2019
Date: Sunday, October 6, 2019 @ 18:39:29
Author: lfleischer
Revision: 363968
upgpkg: protobuf 3.10.0-1
Upstream update.
Modified:
protobuf/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-06 18:37:38 UTC (rev 363967)
+++ PKGBUILD 2019-10-06 18:39:29 UTC (rev 363968)
@@ -8,7 +8,7 @@
pkgbase='protobuf'
pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
-pkgver=3.9.2
+pkgver=3.10.0
pkgrel=1
pkgdesc="Protocol Buffers - Google's data interchange format"
arch=('x86_64')
@@ -17,7 +17,7 @@
depends=('gcc-libs' 'zlib')
makedepends=('unzip' 'python-setuptools' 'python2-setuptools')
source=("https://github.com/protocolbuffers/$pkgname/releases/download/v$pkgver/$pkgname-all-$pkgver.tar.gz")
-md5sums=('f0ce2dbffc9cb5df36ac171b23686c21')
+md5sums=('7ec0c87d5abd0d8111ad55958f3dacee')
build() {
cd "$srcdir/$pkgbase-$pkgver"
More information about the arch-commits
mailing list