From bc43c9191209b79eb8ef4d6e4f417741081518da Mon Sep 17 00:00:00 2001 From: Duncaen Date: Thu, 18 Jul 2019 18:49:17 +0200 Subject: [PATCH] s6-rc: add missing dependencies --- srcpkgs/s6-rc/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"