bind: really unbreak xbps-checkvers

This commit is contained in:
Duncaen
2017-08-12 18:54:22 +02:00
parent f09758e1c6
commit 4655b13d0f

View File

@@ -1,8 +1,7 @@
# Template file for 'bind'
pkgname=bind
_distver=9.10.6
_patchver=
version="${_distver}${_patchver}"
version="${_distver}"
revision=1
_fullver="${_distver}${_patchver:+-${_patchver}}"
wrksrc="${pkgname}-${_fullver}"