diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-18 18:57:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-19 10:12:15 +0000 |
commit | 4613de7ceaf8814445772fdf51438dc14837f7d9 (patch) | |
tree | 9d33ee22715000dbf73966b60813977651764e1b | |
parent | acfc010ea40ca65e2b69c37dcabf74c59f6d2899 (diff) | |
download | aports-4613de7ceaf8814445772fdf51438dc14837f7d9.tar.bz2 aports-4613de7ceaf8814445772fdf51438dc14837f7d9.tar.xz |
main/bind: rebuild against json-c-0.13
-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 c933c10e83..9c8215b332 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=1 +pkgrel=2 pkgdesc="The ISC DNS server" url="http://www.isc.org" arch="all" |