parent
d5765d13e1
commit
efc35780ca
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'setconf'
|
# Template file for 'setconf'
|
||||||
pkgname=setconf
|
pkgname=setconf
|
||||||
version=0.7.4
|
version=0.7.4
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="setconf.py"
|
pycompile_module="setconf.py"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python python-setuptools"
|
||||||
short_desc="Utility for changing settings in configuration textfiles (Python2)"
|
short_desc="Utility for changing settings in configuration textfiles (Python2)"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -24,7 +24,7 @@ post_install() {
|
||||||
|
|
||||||
python3-setconf_package() {
|
python3-setconf_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3"
|
depends="python3 python3-setuptools"
|
||||||
pycompile_module="setconf.py"
|
pycompile_module="setconf.py"
|
||||||
alternatives="
|
alternatives="
|
||||||
setconf:setconf:/usr/bin/setconf3
|
setconf:setconf:/usr/bin/setconf3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue