aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2020-06-02 02:12:14 +0800
committerGitHub <noreply@github.com>2020-06-01 11:12:14 -0700
commit81b742be18cc619f9d840b1d53c6a8261f164b1b (patch)
tree47d545da6f96aef1988b82b9202d388ad968f716
parentafc18d71004a507de5de303f163a1f83f001e03a (diff)
downloadvcpkg-81b742be18cc619f9d840b1d53c6a8261f164b1b.tar.gz
vcpkg-81b742be18cc619f9d840b1d53c6a8261f164b1b.zip
[protobuf-c] Fix wrong dependency for feature test (#11609)
-rw-r--r--ports/protobuf-c/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/protobuf-c/CONTROL b/ports/protobuf-c/CONTROL
index 3f42f7e53..171a6d17a 100644
--- a/ports/protobuf-c/CONTROL
+++ b/ports/protobuf-c/CONTROL
@@ -1,5 +1,5 @@
Source: protobuf-c
-Version: 1.3.2-1
+Version: 1.3.2-2
Homepage: https://github.com/protobuf-c/protobuf-c
Description: This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format.
Build-Depends: protobuf
@@ -9,4 +9,4 @@ Description: build tools.
Feature: test
Description: build test project.
-Build-Depends: protobuf[tools] \ No newline at end of file
+Build-Depends: protobuf-c[tools] \ No newline at end of file