[arch-commits] Commit in protobuf/trunk (PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Thu Jan 12 16:53:32 UTC 2017
Date: Thursday, January 12, 2017 @ 16:53:31
Author: lfleischer
Revision: 285857
upgpkg: protobuf 3.1.0-1
Upstream update.
Modified:
protobuf/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-12 16:31:42 UTC (rev 285856)
+++ PKGBUILD 2017-01-12 16:53:31 UTC (rev 285857)
@@ -8,9 +8,9 @@
pkgbase='protobuf'
pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
-pkgver=3.0.2
+pkgver=3.1.0
_gtestver=1.8.0
-pkgrel=3
+pkgrel=1
pkgdesc="Protocol Buffers - Google's data interchange format"
arch=('i686' 'x86_64')
url='https://developers.google.com/protocol-buffers/'
@@ -19,7 +19,7 @@
makedepends=('unzip' 'python-setuptools' 'python2-setuptools' 'clang')
source=("$pkgbase-$pkgver.tgz::https://github.com/google/${pkgbase}/archive/v${pkgver}.tar.gz"
"gtest-${_gtestver}.tar.gz::https://github.com/google/googletest/archive/release-${_gtestver}.tar.gz")
-md5sums=('845b39e4b7681a2ddfd8c7f528299fbb'
+md5sums=('14a532a7538551d5def317bfca41dace'
'16877098823401d1bf2ed7891d7dce36')
prepare() {
More information about the arch-commits
mailing list