summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-06-18 19:58:28 +1200
committerGeorge Rawlinson2022-06-18 19:58:28 +1200
commitb0724c1fdbc7a225ac662297e7099a51fd89ab33 (patch)
treed48bfe7300828ea06483aa3dc7c391ff4cee8d26 /PKGBUILD
parente698f393371dd214efbc03ae247911cb7185385f (diff)
downloadaur-b0724c1fdbc7a225ac662297e7099a51fd89ab33.tar.gz
upgpkg: bind-development 9.19.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 864476b19af1..015636e1a79b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=bind-development
_pkgname=bind
-pkgver=9.19.0
+pkgver=9.19.2
pkgrel=1
pkgdesc='A complete, highly portable implementation of the DNS protocol (development version)'
url='https://www.isc.org/bind/'
@@ -53,7 +53,7 @@ backup=(
'var/named/localhost.zone'
'var/named/localhost.ip6.zone'
)
-_commit='cab15392afd841fe3b0bacd894003376d857459a'
+_commit='f7c233e8e90b88856803ae28590818babf888d24'
source=(
"git+https://gitlab.isc.org/isc-projects/bind9.git#commit=$_commit"
'tmpfiles.conf'
@@ -83,6 +83,7 @@ b2sums=('SKIP'
pkgver() {
cd bind9
+
git describe --tags | sed "s/^[Vv]//;s/_/./g"
}