diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-19 14:29:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-19 15:03:59 +0000 |
commit | 6128fdbb8fa068c4228a75a05382e4cb3d0473bf (patch) | |
tree | 35a8494560f9e9844c8af5efe6ffd074f097b570 /main/bind | |
parent | 38c3ca993af2e3d1105246e401301c1af41a4b60 (diff) | |
download | aports-6128fdbb8fa068c4228a75a05382e4cb3d0473bf.tar.bz2 aports-6128fdbb8fa068c4228a75a05382e4cb3d0473bf.tar.xz |
main/[various]: properly rebuild against json-c-0.13
Diffstat (limited to 'main/bind')
-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 9c8215b332..37fac42843 100644 --- a/main/bind/APKBUILD +++ b/main/bind/APKBUILD @@ -8,7 +8,7 @@ _ver=${pkgver%_p*} _p=${pkgver#*_p} _major=${pkgver%%.*} [ "$_p" != "$pkgver" ] && _ver="${_ver}-P$_p" -pkgrel=2 +pkgrel=3 pkgdesc="The ISC DNS server" url="http://www.isc.org" arch="all" |