diff --git a/srcpkgs/protobuf-c/patches/fix-Reflection-not-exist-in-namespace.patch b/srcpkgs/protobuf-c/patches/fix-Reflection-not-exist-in-namespace.patch deleted file mode 100644 index f283874680c..00000000000 --- a/srcpkgs/protobuf-c/patches/fix-Reflection-not-exist-in-namespace.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 080724364a5aad61728f8eba57677467bf329088 Mon Sep 17 00:00:00 2001 -From: storyun -Date: Wed, 19 Sep 2018 11:34:48 +0900 -Subject: [PATCH] Invalid namespace - -google::protobuf::message::Reflaction is not exist namespace. ---- - t/generated-code2/cxx-generate-packed-data.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/t/generated-code2/cxx-generate-packed-data.cc b/t/generated-code2/cxx-generate-packed-data.cc -index 4fd3e25..0865d2e 100644 ---- t/generated-code2/cxx-generate-packed-data.cc -+++ t/generated-code2/cxx-generate-packed-data.cc -@@ -998,7 +998,7 @@ static void dump_test_packed_repeated_enum (void) - static void dump_test_unknown_fields (void) - { - EmptyMess mess; -- const google::protobuf::Message::Reflection *reflection = mess.GetReflection(); -+ const google::protobuf::Reflection *reflection = mess.GetReflection(); - google::protobuf::UnknownFieldSet *fs = reflection->MutableUnknownFields(&mess); - - #if GOOGLE_PROTOBUF_VERSION >= 2001000 - diff --git a/srcpkgs/protobuf-c/template b/srcpkgs/protobuf-c/template index fbba1cbebc0..c2056413a56 100644 --- a/srcpkgs/protobuf-c/template +++ b/srcpkgs/protobuf-c/template @@ -1,7 +1,7 @@ # Template file for 'protobuf-c' pkgname=protobuf-c -version=1.3.1 -revision=2 +version=1.3.2 +revision=1 build_style=gnu-configure configure_args="$(vopt_enable protoc)" hostmakedepends="pkg-config protobuf" @@ -11,7 +11,7 @@ maintainer="Enno Boland " license="BSD-2-Clause" homepage="https://github.com/protobuf-c/protobuf-c" distfiles="${homepage}/releases/download/v${version}/protobuf-c-${version}.tar.gz" -checksum=51472d3a191d6d7b425e32b612e477c06f73fe23e07f6a6a839b11808e9d2267 +checksum=53f251f14c597bdb087aecf0b63630f434d73f5a10fc1ac545073597535b9e74 # buildprocess calls compiler while building, disable it on cross build build_options="protoc"