diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-18 08:58:34 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-18 08:58:34 +0100 |
commit | 92f36ef9fba17935891ee6e2e8114f142636424f (patch) | |
tree | f51929887797723369fb821cc43e4ab4dedec56f /main/protobuf-c | |
parent | 57ebbf1ab4a4c69dea9a6141648cc70fa05b85e0 (diff) | |
download | aports-92f36ef9fba17935891ee6e2e8114f142636424f.tar.bz2 aports-92f36ef9fba17935891ee6e2e8114f142636424f.tar.xz |
main/protobuf-c: rebuild against protobuf
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 bfbe39266a..03d17e0bcf 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.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="C bindings for Google's Protocol Buffers" url="https://github.com/protobuf-c/protobuf-c/wiki" arch="all" |