66: revbump, add s6-rc to the depends array.

It is not picked up as a dependency from s6-rc-devel
in the makedepends array (thanks @NymanMatthias).

Also:
- change changelog and distfiles to the new gitlab instance,
- change the changelog path in the git repo.
This commit is contained in:
mobinmob 2022-10-17 15:52:52 +03:00 committed by classabbyamp
parent 49ca85b7b7
commit 06b57bdc42
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for '66'
pkgname=66
version=0.6.2.0
revision=2
revision=3
wrksrc="66-v${version}"
build_style=configure
configure_args="--prefix=/usr
@ -12,12 +12,13 @@ configure_args="--prefix=/usr
--with-system-dir=/etc/66/lib"
hostmakedepends="pkg-config lowdown"
makedepends="oblibs-devel skalibs-devel execline-devel s6-devel s6-rc-devel"
depends="s6-rc"
short_desc="Small tools built around s6 and s6-rc programs"
maintainer="mobinmob <mobinmob@disroot.org>"
license="ISC"
homepage="http://web.obarun.org/software/"
changelog="https://framagit.org/Obarun/66/raw/master/NEWS.md"
distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
changelog="https://git.obarun.org/Obarun/66/-/raw/master/doc/upgrade.md"
distfiles="https://git.obarun.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
checksum=f63600e9f8e53211e421707aae7f98d2fa9d1b0d0b4b39162cf180df12b99c28
patch_args="-Np1"