mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/protobuf to 3.5.0.1-1
This commit is contained in:
parent
cc3d67bb05
commit
988c4a6853
1 changed files with 3 additions and 3 deletions
|
@ -11,18 +11,18 @@
|
||||||
|
|
||||||
pkgbase='protobuf'
|
pkgbase='protobuf'
|
||||||
pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
|
pkgname=('protobuf' 'python2-protobuf' 'python-protobuf')
|
||||||
pkgver=3.4.1
|
pkgver=3.5.0.1
|
||||||
_gtestver=1.8.0
|
_gtestver=1.8.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Protocol Buffers - Google's data interchange format"
|
pkgdesc="Protocol Buffers - Google's data interchange format"
|
||||||
arch=('i686' 'x86_64')
|
arch=('x86_64')
|
||||||
url='https://developers.google.com/protocol-buffers/'
|
url='https://developers.google.com/protocol-buffers/'
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
depends=('gcc-libs' 'zlib')
|
depends=('gcc-libs' 'zlib')
|
||||||
makedepends=('unzip' 'python-setuptools' 'python2-setuptools' 'clang')
|
makedepends=('unzip' 'python-setuptools' 'python2-setuptools' 'clang')
|
||||||
source=("$pkgbase-$pkgver.tgz::https://github.com/google/${pkgbase}/archive/v${pkgver}.tar.gz"
|
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")
|
"gtest-${_gtestver}.tar.gz::https://github.com/google/googletest/archive/release-${_gtestver}.tar.gz")
|
||||||
md5sums=('31b19dcfd6567095fdb66a8c07347222'
|
md5sums=('b3ed2401acf167207277b254fd7f9638'
|
||||||
'16877098823401d1bf2ed7891d7dce36')
|
'16877098823401d1bf2ed7891d7dce36')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue