From dabe388f28973a0c3edd21c1113d30ad6e96dcee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 16 Sep 2021 10:43:57 -0400 Subject: [PATCH] protobuf-c: rebuild for protobuf --- srcpkgs/protobuf-c/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/protobuf-c/template b/srcpkgs/protobuf-c/template index ab3915524c6..f2fb4d113f9 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.3 -revision=7 +revision=8 build_style=gnu-configure configure_args="$(vopt_enable protoc)" hostmakedepends="pkg-config protobuf"