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