From 8e0a2cffb1836de4b4e7ec520f3c56e26c17e3cd Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 1 May 2017 10:47:41 +0000 Subject: [PATCH] protobuf: update to 3.3.0. (soname bump) --- common/shlibs | 6 +++--- srcpkgs/protobuf/template | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/common/shlibs b/common/shlibs index f8d011091af..62d56b82ccf 100644 --- a/common/shlibs +++ b/common/shlibs @@ -925,9 +925,9 @@ libopenal.so.1 libopenal-1.13_1 libalut.so.0 freealut-1.1.0_1 liblilv-0.so.0 liblilv-0.14.4_1 libsuil-0.so.0 suil-0.6.4_1 -libprotoc.so.9 protobuf-2.6.1_1 -libprotobuf.so.9 protobuf-2.6.1_1 -libprotobuf-lite.so.9 protobuf-lite-2.6.1_1 +libprotoc.so.13 protobuf-3.3.0_1 +libprotobuf.so.13 protobuf-3.3.0_1 +libprotobuf-lite.so.13 protobuf-lite-3.3.0_1 libmcpp.so.0 libmcpp-2.7.2_1 libGlacier2.so.35 libIce-3.5.0_1 libIce.so.35 libIce-3.5.0_1 diff --git a/srcpkgs/protobuf/template b/srcpkgs/protobuf/template index 9200e9f25c1..b71885c07d3 100644 --- a/srcpkgs/protobuf/template +++ b/srcpkgs/protobuf/template @@ -1,16 +1,16 @@ # Template file for 'protobuf' pkgname=protobuf -version=2.6.1 -revision=6 +version=3.3.0 +revision=1 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" makedepends="zlib-devel" short_desc="Google's data interchange format" maintainer="Juan RP " -distfiles="https://github.com/google/protobuf/releases/download/v${version}/protobuf-${version}.tar.bz2" +distfiles="https://github.com/google/protobuf/releases/download/v${version}/protobuf-cpp-${version}.tar.gz" homepage="https://developers.google.com/protocol-buffers/" license="BSD" -checksum=ee445612d544d885ae240ffbcbf9267faa9f593b7b101f21d58beceb92661910 +checksum=578a2589bf9258adb03245dec5d624b61536867ebb732dbb8aeb30d96b0ada1f CXXFLAGS="-std=c++14"