66: update to 0.5.1.0.

This commit is contained in:
mobinmob 2020-09-25 10:39:49 +03:00 committed by Andrew J. Hesford
parent 0eb972bdc4
commit a5e841c3c4
2 changed files with 5 additions and 13 deletions

View file

@ -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

View file

@ -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() {