diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-07-03 09:58:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-07-04 06:59:51 +0000 |
commit | ad58b91eb7938513b23226d985561feebfd9a159 (patch) | |
tree | 2dc61b6783af3e38b22e5d7ea537dc1e4723ed57 /community/pdns-recursor/APKBUILD | |
parent | 13667eddd0556ca4b30a2d8d4b1304eef14274a1 (diff) | |
download | aports-ad58b91eb7938513b23226d985561feebfd9a159.tar.bz2 aports-ad58b91eb7938513b23226d985561feebfd9a159.tar.xz |
community/pdns-recursor: rebuild against protobuf 3.8
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 bbcf7a5bbf..004a0d8f4b 100644 --- a/community/pdns-recursor/APKBUILD +++ b/community/pdns-recursor/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: tcely <pdns-recursor+aports@tcely.33mail.com> pkgname=pdns-recursor pkgver=4.1.14 -pkgrel=0 +pkgrel=1 pkgdesc="PowerDNS Recursive Server" url="https://www.powerdns.com/" arch="all !s390x" |