summaryrefslogtreecommitdiff
path: root/protobuf-c/Pkgfile
diff options
context:
space:
mode:
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