parent
8213484af6
commit
d6cf28670f
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'py3status'
|
# Template file for 'py3status'
|
||||||
pkgname=py3status
|
pkgname=py3status
|
||||||
version=3.1
|
version=3.3
|
||||||
revision=2
|
revision=1
|
||||||
short_desc="Alternative i3bar"
|
|
||||||
license="BSD"
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python3-module
|
||||||
pycompile_module="py3status"
|
pycompile_module="py3status"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python"
|
depends="python3-setuptools"
|
||||||
|
short_desc="Alternative i3bar"
|
||||||
|
license="3-clause-BSD"
|
||||||
maintainer="teldra <teldra@rotce.de>"
|
maintainer="teldra <teldra@rotce.de>"
|
||||||
homepage="https://github.com/ultrabug/py3status"
|
homepage="https://github.com/ultrabug/py3status"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=e172d91365e325234af433ddad37f86ca926c256af4326842a768b40d71fda23
|
checksum=95015a6abab80c0ec4981f12117f85f0bb5b3ab7e1b0024b366b8b085b725628
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue