diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 08:28:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:40 +0000 |
commit | 5521fa763698e15c1c0b1cd28748888e498cea99 (patch) | |
tree | c302bb7c63a512126afb825386085b0f56427e3b /main/bind/APKBUILD | |
parent | 0ffce964a23589f4d9a6013f07ca0374e8c06e76 (diff) | |
download | aports-5521fa763698e15c1c0b1cd28748888e498cea99.tar.bz2 aports-5521fa763698e15c1c0b1cd28748888e498cea99.tar.xz |
main/bind: rebuild against python 3.8
Diffstat (limited to 'main/bind/APKBUILD')
-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 804020f586..312eb0824b 100644 --- a/main/bind/APKBUILD +++ b/main/bind/APKBUILD @@ -10,7 +10,7 @@ _ver=${pkgver%_p*} _p=${pkgver#*_p} _major=${pkgver%%.*} [ "$_p" != "$pkgver" ] && _ver="${_ver}-P$_p" -pkgrel=4 +pkgrel=5 pkgdesc="The ISC DNS server" url="https://www.isc.org" arch="all" |