summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2024-02-27 20:50:49 -0600
committerHurricanePootis2024-02-27 20:50:49 -0600
commit69bb10bbfff63b98ef569c2d7bbb58ae85db169d (patch)
treed10a1de5d936379065aadbe860bc1beeb2f706c7
parent43bb21e4496257619b28c85f229d5c457db497a5 (diff)
downloadaur-69bb10bbfff63b98ef569c2d7bbb58ae85db169d.tar.gz
Update to 1.6.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 519c08b8ce99..e1512f84fdd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tlpui
pkgdesc = A GTK user interface for TLP written in Python
- pkgver = 1.6.2
+ pkgver = 1.6.4
pkgrel = 2
epoch = 2
url = https://github.com/d4nj1/TLPUI
@@ -17,7 +17,7 @@ pkgbase = tlpui
depends = python-yaml
depends = gtk3
depends = python-toml
- source = https://github.com/d4nj1/TLPUI/archive/refs/tags/tlpui-1.6.2.tar.gz
- sha256sums = 9e5d2cb7c58ec07e5d18726215f6ecf59b69f8025df7528640250da89ed6c384
+ source = https://github.com/d4nj1/TLPUI/archive/refs/tags/tlpui-1.6.4.tar.gz
+ sha256sums = 6ad6fb4bee0a18b1c113f5eb3fb10d09c4249a8df323927af24d54e8d0e1325f
pkgname = tlpui
diff --git a/PKGBUILD b/PKGBUILD
index 01467657837b..1623e822de38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: slact
pkgname=tlpui
-pkgver=1.6.2
+pkgver=1.6.4
pkgrel=2
epoch=2
pkgdesc="A GTK user interface for TLP written in Python"
@@ -15,7 +15,7 @@ license=('GPL2')
depends=('tlp' 'python-gobject' 'hicolor-icon-theme' 'python-yaml' 'gtk3' 'python-toml')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel' 'python-poetry')
source=("https://github.com/d4nj1/TLPUI/archive/refs/tags/$pkgname-$pkgver.tar.gz")
-sha256sums=('9e5d2cb7c58ec07e5d18726215f6ecf59b69f8025df7528640250da89ed6c384')
+sha256sums=('6ad6fb4bee0a18b1c113f5eb3fb10d09c4249a8df323927af24d54e8d0e1325f')
build() {
cd "TLPUI-$pkgname-$pkgver"