tlpui: update to 1.6.4.
This commit is contained in:
parent
f501c44bb9
commit
c44445f9d4
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'tlpui'
|
||||
pkgname=tlpui
|
||||
version=1.6.1
|
||||
version=1.6.4
|
||||
revision=1
|
||||
build_style="python3-module"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="gtk+3 tlp python3-gobject"
|
||||
build_style="python3-pep517"
|
||||
hostmakedepends="python3-poetry-core"
|
||||
depends="gtk+3 tlp python3-gobject python3-yaml"
|
||||
short_desc="GTK user interface for TLP"
|
||||
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/d4nj1/TLPUI"
|
||||
distfiles="https://github.com/d4nj1/TLPUI/archive/refs/tags/tlpui-${version/+/-}.tar.gz"
|
||||
checksum=7889e08b52d93a3a96692b5fe0564e3d6da0a721072a673c0981fd3670c0d2fe
|
||||
checksum=6ad6fb4bee0a18b1c113f5eb3fb10d09c4249a8df323927af24d54e8d0e1325f
|
||||
make_check=no #tests fail inside chroot
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue