aboutsummaryrefslogtreecommitdiffstats
path: root/main/bind
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-08-08 15:10:15 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-08-08 15:11:06 +0000
commit52c03af91a74bb759716e803fe60286002911e31 (patch)
treefdae3a3786b94f960e58dd3846faa8839046905e /main/bind
parentfa16a054ae8aab9e2d4b7b2c9067f5df9a14e42d (diff)
downloadaports-52c03af91a74bb759716e803fe60286002911e31.tar.bz2
aports-52c03af91a74bb759716e803fe60286002911e31.tar.xz
main/bind: bump pkgrel
bump pkgrel to avoid mismatch with caches
Diffstat (limited to 'main/bind')
-rw-r--r--main/bind/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/bind/APKBUILD b/main/bind/APKBUILD
index 525ce1492b..c25d73c1bf 100644
--- a/main/bind/APKBUILD
+++ b/main/bind/APKBUILD
@@ -7,7 +7,7 @@ pkgver=9.11.1_p2
_ver=${pkgver%_p*}
_p=${pkgver#*_p}
[ "$_p" != "$pkgver" ] && _ver="${_ver}-P$_p"
-pkgrel=0
+pkgrel=2
pkgdesc="The ISC DNS server"
url="http://www.isc.org"
arch="all"