diff --git a/srcpkgs/s6-rc/template b/srcpkgs/s6-rc/template index 8d52ae05bf4..f080429bf62 100644 --- a/srcpkgs/s6-rc/template +++ b/srcpkgs/s6-rc/template @@ -1,14 +1,15 @@ # Template file for 's6-rc' pkgname=s6-rc version=0.5.0.0 -revision=2 +revision=3 build_style=configure configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps --with-lib=${XBPS_CROSS_BASE}/usr/lib" makedepends="execline-devel skalibs-devel s6-devel" +depends="s6>=s6-2.8.0.0_1 execline>=2.5.1.0_1" short_desc="Service manager of the s6 init system" -maintainer="Orphaned " +maintainer="Duncaen " license="ISC" homepage="https://skarnet.org/software/${pkgname}/" distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"