66: remove errant newline in makedepends

This commit is contained in:
Andrew J. Hesford 2020-08-31 12:56:12 -04:00
parent 71489b1b22
commit e75e76da7f
1 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,7 @@ configure_args="--prefix=/usr
--with-s6-log-timestamp=iso --with-s6-log-timestamp=iso
--with-s6-log-user=_s6log" --with-s6-log-user=_s6log"
hostmakedepends="pkg-config lowdown" hostmakedepends="pkg-config lowdown"
makedepends="oblibs-devel skalibs-devel execline-devel s6-devel makedepends="oblibs-devel skalibs-devel execline-devel s6-devel s6-rc-devel"
s6-rc-devel"
short_desc="Small tools built around s6 and s6-rc programs" short_desc="Small tools built around s6 and s6-rc programs"
maintainer="mobinmob <mobinmob@disroot.org>" maintainer="mobinmob <mobinmob@disroot.org>"
license="ISC" license="ISC"