George Hu pushed to branch main at Arch Linux / Packaging / Packages / tlpui
Commits:
a111e119 by George Hu at 2025-12-04T13:21:14+08:00
upgpkg: 2:1.9.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = tlpui
pkgdesc = A GTK user interface for TLP written in Python
- pkgver = 1.8.1
+ pkgver = 1.9.0
pkgrel = 1
epoch = 2
url = https://github.com/d4nj1/TLPUI
@@ -19,7 +19,7 @@ pkgbase = tlpui
depends = gdk-pixbuf2
depends = python
depends = glib2
- source = https://github.com/d4nj1/TLPUI/archive/tlpui-1.8.1.tar.gz
- sha256sums =
658f3dcfa8ea080226dd2ec1419868fe195514aeac2b1ec8f4a8d2a4546ee2de
+ source = https://github.com/d4nj1/TLPUI/archive/tlpui-1.9.0.tar.gz
+ sha256sums =
88c026e16bf968d020ac7034a4978ddb51efd2f70eaf0b9e03d319696145e06c
pkgname = tlpui
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgname=tlpui
_srcname=TLPUI
-pkgver=1.8.1
+pkgver=1.9.0
pkgrel=1
epoch=2
pkgdesc="A GTK user interface for TLP written in Python"
@@ -18,7 +18,7 @@ depends=('tlp' 'python-gobject' 'hicolor-icon-theme'
'python-yaml' 'gtk3' 'gdk-p
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-poetry')
checkdepends=('python-pytest')
source=("${url}/archive/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('658f3dcfa8ea080226dd2ec1419868fe195514aeac2b1ec8f4a8d2a4546ee2de')
+sha256sums=('88c026e16bf968d020ac7034a4978ddb51efd2f70eaf0b9e03d319696145e06c')
build() {
cd "${_srcname}-${pkgname}-${pkgver}/"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tlpui/-/commit/a111e119a76d84650ba09a79e5d2d4595d7d6e6b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tlpui/-/commit/a111e119a76d84650ba09a79e5d2d4595d7d6e6b
You're receiving this email because of your account on gitlab.archlinux.org.