mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
bind: hackfix for xbps-checkvers, which must die.
This commit is contained in:
parent
d4a0cce613
commit
bc0765a7b7
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'bind'
|
||||
pkgname=bind
|
||||
_distver=9.10.3
|
||||
_patchver=
|
||||
version="${_distver}${_patchver}"
|
||||
_patchver=""
|
||||
version="${_distver}"
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${_distver}${_patchver:+-${_patchver}}"
|
||||
short_desc="Berkeley Internet Name Domain server"
|
||||
|
|
Loading…
Add table
Reference in a new issue