etcetera: update to 0.7.
This commit is contained in:
parent
ba55afc746
commit
adb2a6b81c
|
@ -1,17 +1,16 @@
|
|||
# Template file for 'etcetera'
|
||||
pkgname=etcetera
|
||||
version=0.6
|
||||
version=0.7
|
||||
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://gitlab.com/jeancf/etcetera/-/archive/v${version}/etcetera-v${version}.tar.gz"
|
||||
checksum=09f4109e6b8b99e91e2b257794b2e15284cdc6310fe4843a6533b318f474771d
|
||||
distfiles="https://gitlab.com/jeancf/etcetera/-/archive/${version}/etcetera-${version}.tar.gz"
|
||||
checksum=10abd96d42d325339c5a8285332000e6c68534d7e647a74e31658d74b7372190
|
||||
conf_files="/etc/etcetera.conf"
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue