extra/protobuf to 3.6.1-1

This commit is contained in:
Kevin Mihelich 2018-09-14 12:36:25 +00:00
parent b18108ee48
commit 37c1e130ad

View file

@ -11,7 +11,7 @@
pkgbase='protobuf'
pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
pkgver=3.6.0.1
pkgver=3.6.1
_gtestver=1.8.0
pkgrel=1
pkgdesc="Protocol Buffers - Google's data interchange format"
@ -22,7 +22,7 @@ depends=('gcc-libs' 'zlib')
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=('64827a068c449b5793ac4af886ea10a2'
md5sums=('e8ce2659ea4f5df1a1e0dbd107dd61d9'
'16877098823401d1bf2ed7891d7dce36')
prepare() {