mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/protobuf to 3.7.0-1
This commit is contained in:
parent
be8ee9feaa
commit
95041c6f58
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
pkgbase='protobuf'
|
||||
pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
|
||||
pkgver=3.6.1.3
|
||||
pkgver=3.7.0
|
||||
_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')
|
||||
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=('df2b44d14d8745c06232d90f35845765'
|
||||
md5sums=('99ab003ca0e98c9dc40edbd60dd43633'
|
||||
'16877098823401d1bf2ed7891d7dce36')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue