diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-10 11:27:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-11 06:58:58 +0000 |
commit | 5d2830ebc26eb70f7106c59b3ad019f6b6f55457 (patch) | |
tree | 36eb3e887e21ca85bc5fc84c613279f46dcd9fd2 /community/pdns-recursor/APKBUILD | |
parent | faaa8fee45c4ad5cb848c30833321d56639e85b2 (diff) | |
download | aports-5d2830ebc26eb70f7106c59b3ad019f6b6f55457.tar.bz2 aports-5d2830ebc26eb70f7106c59b3ad019f6b6f55457.tar.xz |
community/pdns-recursor: rebuild against boost-1.71
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 ee02cdf28f..0e8e22c5ca 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=1 +pkgrel=2 pkgdesc="PowerDNS Recursive Server" url="https://www.powerdns.com/" arch="all !s390x" # broken context |