diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-08-08 15:10:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-08-08 15:11:06 +0000 |
commit | 52c03af91a74bb759716e803fe60286002911e31 (patch) | |
tree | fdae3a3786b94f960e58dd3846faa8839046905e | |
parent | fa16a054ae8aab9e2d4b7b2c9067f5df9a14e42d (diff) | |
download | aports-52c03af91a74bb759716e803fe60286002911e31.tar.bz2 aports-52c03af91a74bb759716e803fe60286002911e31.tar.xz |
main/bind: bump pkgrel
bump pkgrel to avoid mismatch with caches
-rw-r--r-- | main/bind/APKBUILD | 2 |
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" |