s6: update to 2.10.0.1.

This commit is contained in:
mobinmob 2021-02-01 00:44:20 +02:00 committed by Érico Nogueira Rolim
parent ce3fa2ad33
commit 7e86044d44

View file

@ -1,7 +1,7 @@
# Template file for 's6'
pkgname=s6
version=2.9.2.0
revision=2
version=2.10.0.1
revision=1
build_style=configure
configure_args="--libdir=/usr/lib --bindir=/usr/bin
--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
@ -14,7 +14,7 @@ license="ISC"
homepage="http://skarnet.org/software/s6/"
changelog="https://skarnet.org/software/s6/upgrade.html"
distfiles="http://skarnet.org/software/s6/s6-${version}.tar.gz"
checksum=363db72af8fffba764b775c872b0749d052805b893b07888168f59a841e9dddd
checksum=d0026f0fb4790febbd45f66bdcded54fab4a27ac2f579c075267a21154a0d1f5
case "$XBPS_TARGET_MACHINE" in
*-musl)
@ -31,7 +31,7 @@ post_install() {
s6-doc_package() {
short_desc="Documentation for s6"
depends="${sourcepkg}>=${version}_${revision}"
depends="${sourcepkg}>=${version}_${revision} s6-man-pages"
pkg_install() {
vmove usr/share/doc
}