etcetera: update to 0.6, switch to gitlab. (#2098)
This commit is contained in:
parent
5fc227b4c3
commit
69841a8a13
1 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'etcetera'
|
||||
pkgname=etcetera
|
||||
version=0.5
|
||||
revision=2
|
||||
version=0.6
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="etcetera-v${version}"
|
||||
pycompile_dirs="/usr/lib/etcetera"
|
||||
depends="python3"
|
||||
short_desc="Config file management with a touch of wisdom"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://gitlab.com/jeancf/etcetera"
|
||||
distfiles="https://github.com/jeancf/etcetera/archive/v${version}.tar.gz"
|
||||
checksum=1cf1df80dabddc9207fa1c44d6d2ac26fe935e084cd6d83ea8d8a7fb4c8b972d
|
||||
distfiles="https://gitlab.com/jeancf/etcetera/-/archive/v${version}/etcetera-v${version}.tar.gz"
|
||||
checksum=09f4109e6b8b99e91e2b257794b2e15284cdc6310fe4843a6533b318f474771d
|
||||
conf_files="/etc/etcetera.conf"
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue