protobuf: update to 3.3.2.

This commit is contained in:
Michael Gehring 2017-07-29 06:41:37 +00:00
parent 382c9ef9f5
commit 450f372be0
1 changed files with 5 additions and 5 deletions

View File

@ -1,16 +1,16 @@
# Template file for 'protobuf'
pkgname=protobuf
version=3.3.0
revision=3
version=3.3.2
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
makedepends="zlib-devel"
short_desc="Google's data interchange format"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="https://github.com/google/protobuf/releases/download/v${version}/protobuf-cpp-${version}.tar.gz"
distfiles="https://github.com/google/protobuf/archive/v${version}.tar.gz"
homepage="https://developers.google.com/protocol-buffers/"
license="BSD"
checksum=5e2587dea2f9287885e3b04d3a94ed4e8b9b2d2c5dd1f0032ceef3ea1d153bd7
checksum=8b8e442becbeff637f160c1ef4a3a56769c50ba7c9ff939ccc94086530ff00e4
CXXFLAGS="-std=c++14"
@ -21,7 +21,7 @@ if [ "$CROSS_BUILD" ]; then
fi
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
autoreconf -fi
}
protobuf-devel_package() {