summaryrefslogtreecommitdiff
path: root/protobuf-c/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-12-08 00:01:28 +1100
committerDanny Rawlins <monster.romster@gmail.com>2019-12-08 00:01:47 +1100
commit186c6e34a3ec9387c42a830d06a9027426d9db52 (patch)
treeafb14749dca507cd037f555e7d272efb703a9eff /protobuf-c/Pkgfile
parente3c4c213a8c305cc7773388bcb675c232319d761 (diff)
downloadcontrib-186c6e34a3ec9387c42a830d06a9027426d9db52.tar.gz
contrib-186c6e34a3ec9387c42a830d06a9027426d9db52.tar.xz
protobuf-c: 1.3.1 -> 1.3.2
Diffstat (limited to 'protobuf-c/Pkgfile')
-rw-r--r--protobuf-c/Pkgfile7
1 files changed, 2 insertions, 5 deletions
diff --git a/protobuf-c/Pkgfile b/protobuf-c/Pkgfile
index 72526d40e..f8643daa6 100644
--- a/protobuf-c/Pkgfile
+++ b/protobuf-c/Pkgfile
@@ -4,16 +4,13 @@
# Depends on: protobuf
name=protobuf-c
-version=1.3.1
+version=1.3.2
release=1
-source=(https://github.com/protobuf-c/protobuf-c/releases/download/v$version/$name-$version.tar.gz
- invalid-namespace.patch)
+source=(https://github.com/protobuf-c/protobuf-c/releases/download/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
- patch -p1 -i $SRC/invalid-namespace.patch
-
./configure --prefix=/usr
make

Generated by cgit