diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-04 06:32:03 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-11 06:58:57 +0000 |
commit | 6ff98ded2034f0d3003f264a102529e3d80b8e64 (patch) | |
tree | b749a28b7231d5ede945372461b5623dca58bd6b /community/pdns-recursor/APKBUILD | |
parent | 52f7110888c937865c96a80d97c4dfcc6c31732d (diff) | |
download | aports-6ff98ded2034f0d3003f264a102529e3d80b8e64.tar.bz2 aports-6ff98ded2034f0d3003f264a102529e3d80b8e64.tar.xz |
Rebuild for protobuf-3.9.1
Diffstat (limited to 'community/pdns-recursor/APKBUILD')
-rw-r--r-- | community/pdns-recursor/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pdns-recursor/APKBUILD b/community/pdns-recursor/APKBUILD index 34fcc5a032..ee02cdf28f 100644 --- a/community/pdns-recursor/APKBUILD +++ b/community/pdns-recursor/APKBUILD @@ -3,7 +3,7 @@ _pkgname="pdns-recursor" # upstream package name pkgname="${_pkgname}" pkgver="4.2.0" -pkgrel=0 +pkgrel=1 pkgdesc="PowerDNS Recursive Server" url="https://www.powerdns.com/" arch="all !s390x" # broken context |