Merge pull request #4791 from teldra/py3status
py3status: update to 3.1
This commit is contained in:
commit
8e9c074eee
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'py3status'
|
# Template file for 'py3status'
|
||||||
pkgname=py3status
|
pkgname=py3status
|
||||||
version=3.0
|
version=3.1
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Alternative i3bar"
|
short_desc="Alternative i3bar"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
@ -9,10 +9,10 @@ build_style=python-module
|
||||||
pycompile_module="py3status"
|
pycompile_module="py3status"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
maintainer="xo <oh@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=f2c0e9c3ecb0bd1c40e952b16255c97bba184de14629b74c0203feb873a3df21
|
checksum=e172d91365e325234af433ddad37f86ca926c256af4326842a768b40d71fda23
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue