diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-08-17 17:49:23 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-08-17 17:49:23 +0200 |
commit | 7f476b51fd5019d76b8c4d9b2cb6a5d0c2e1efc5 (patch) | |
tree | 1aca6a63b8f01da8b31b0b3db9bfba609e1fbd44 /main/protobuf-c | |
parent | 82d43e827c1b175f7b5b971106b6e2f9e1536719 (diff) | |
download | aports-7f476b51fd5019d76b8c4d9b2cb6a5d0c2e1efc5.tar.bz2 aports-7f476b51fd5019d76b8c4d9b2cb6a5d0c2e1efc5.tar.xz |
main/protobuf-c: rebuild against libprotobuf.so.13
Diffstat (limited to 'main/protobuf-c')
-rw-r--r-- | main/protobuf-c/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/protobuf-c/APKBUILD b/main/protobuf-c/APKBUILD index 76acdf4867..491b45ae57 100644 --- a/main/protobuf-c/APKBUILD +++ b/main/protobuf-c/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=protobuf-c pkgver=1.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="C bindings for Google's Protocol Buffers" url="https://github.com/protobuf-c/protobuf-c/wiki" arch="all" |