mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
s6-dns: update to 2.3.3.0, remove noarch.
This commit is contained in:
parent
2c7145fb4b
commit
dd88458a25
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 's6-dns'
|
# Template file for 's6-dns'
|
||||||
pkgname=s6-dns
|
pkgname=s6-dns
|
||||||
version=2.3.2.0
|
version=2.3.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --libdir=/usr/lib
|
configure_args="--prefix=/usr --libdir=/usr/lib
|
||||||
|
@ -10,9 +10,9 @@ makedepends="execline-devel skalibs-devel"
|
||||||
short_desc="Suite of DNS client programs and libraries for Unix systems"
|
short_desc="Suite of DNS client programs and libraries for Unix systems"
|
||||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://skarnet.org/software/${pkgname}/"
|
homepage="https://skarnet.org/software/s6-dns"
|
||||||
distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=27b6129eaaea31ab907eea8a52369fe864ba7984c8f3e33dc098beb47b581e26
|
checksum=2ac75918ff5eb4d6dabe33f7e55fa70cf3e6a9062ff87de5a35029ea22238716
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
@ -21,7 +21,6 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
s6-dns-doc_package() {
|
s6-dns-doc_package() {
|
||||||
archs=noarch
|
|
||||||
short_desc+=" - documentation"
|
short_desc+=" - documentation"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue