parent
5aa75ec9d3
commit
6d097b0ec3
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'py3status'
|
# Template file for 'py3status'
|
||||||
pkgname=py3status
|
pkgname=py3status
|
||||||
version=3.47
|
version=3.59
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-wheel hatchling"
|
||||||
depends="python3-setuptools python3-pyudev"
|
depends="python3-pyudev"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Alternative i3bar implementation in Python3"
|
short_desc="Alternative i3bar implementation in Python3"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -12,7 +12,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://github.com/ultrabug/py3status"
|
homepage="https://github.com/ultrabug/py3status"
|
||||||
changelog="https://raw.githubusercontent.com/ultrabug/py3status/master/CHANGELOG"
|
changelog="https://raw.githubusercontent.com/ultrabug/py3status/master/CHANGELOG"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=fb29a3c6bdf14b426350d81984416e33c82f02a5aac916ca0a16be17b5a9c98f
|
checksum=4f86ff7fc4f1a2e133675c4ea441feb44c60a3b751f068bc5c9ac8b1f0f80e9c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue