From cdff2f35ff6805a243c32aaa4bd0c9329deb746a Mon Sep 17 00:00:00 2001 From: mobinmob Date: Fri, 25 Sep 2020 10:39:49 +0300 Subject: [PATCH] 66: update to 0.5.1.0. --- srcpkgs/66/INSTALL.msg | 4 ++-- srcpkgs/66/template | 14 +++----------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/srcpkgs/66/INSTALL.msg b/srcpkgs/66/INSTALL.msg index cff85c60c91..b9115b8ebe1 100644 --- a/srcpkgs/66/INSTALL.msg +++ b/srcpkgs/66/INSTALL.msg @@ -1,3 +1,3 @@ -CAUTION: upgrading 66 to a new major version requires MANUAL INTERVENTION! -You may need to run the `66-update` utility or otherwise udpate your trees. +CAUTION: upgrading 66 to a new major version may require manual intervention! +You may need to run the `66-update` utility or otherwise update your trees. For details, refer to https://framagit.org/Obarun/66/raw/master/NEWS.md diff --git a/srcpkgs/66/template b/srcpkgs/66/template index 5e77ffef77f..299a772da05 100644 --- a/srcpkgs/66/template +++ b/srcpkgs/66/template @@ -1,6 +1,6 @@ # Template file for '66' pkgname=66 -version=0.5.0.1 +version=0.5.1.0 revision=1 wrksrc="66-v${version}" build_style=configure @@ -17,26 +17,18 @@ 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" -checksum=d4fc4bf08c41db2c3513ea3b806dcc41f11b2ff85064a5e801fa6054c05d2e69 +checksum=16a720f493d40a6d43e78b66ddd218335926ed988b7ea2aed82d17c6f7b5a8a6 conf_files="/etc/66/init /etc/66/init.conf" system_accounts="_s6log" post_install() { - local i - vlicense COPYING - for i in doc/html/*.html ; do - vdoc $i - done vdoc README.md - for i in doc/man/man{1,5,8}/* ; do - vman $i - done + vlicense COPYING } 66-doc_package() { - archs=noarch short_desc+=" - documentation" depends="${sourcepkg}-${version}_${revision}" pkg_install() {