summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2024-01-19 12:23:18 -0600
committerHurricanePootis2024-01-19 12:23:18 -0600
commitb155a70a36bb314a0d772608c102d2b5441709c6 (patch)
treeec0648da466337cb07fc8f353eafff4a71783639
parentfa58e9613060a18145624272d2b0ff82aa8f6eea (diff)
downloadaur-b155a70a36bb314a0d772608c102d2b5441709c6.tar.gz
Update to 1.6.2, bump epoch
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2eed8eeb14d..c2034fdb372c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = tlpui
pkgdesc = A GTK user interface for TLP written in Python
- pkgver = 1.7.0
+ pkgver = 1.6.2
pkgrel = 1
- epoch = 1
+ epoch = 2
url = https://github.com/d4nj1/TLPUI
arch = any
license = GPL2
@@ -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.7.0.tar.gz
- sha256sums = d4fd41053e28ffff2aaffa14c47d2c41a6a2f4e3c425d9e26357d164f27717ca
+ source = https://github.com/d4nj1/TLPUI/archive/refs/tags/tlpui-1.6.2.tar.gz
+ sha256sums = 9e5d2cb7c58ec07e5d18726215f6ecf59b69f8025df7528640250da89ed6c384
pkgname = tlpui
diff --git a/PKGBUILD b/PKGBUILD
index baba64ec7846..d21aa4bd8cad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
# Contributor: slact
pkgname=tlpui
-pkgver=1.7.0
+pkgver=1.6.2
pkgrel=1
-epoch=1
+epoch=2
pkgdesc="A GTK user interface for TLP written in Python"
arch=('any')
url="https://github.com/d4nj1/TLPUI"
@@ -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=('d4fd41053e28ffff2aaffa14c47d2c41a6a2f4e3c425d9e26357d164f27717ca')
+sha256sums=('9e5d2cb7c58ec07e5d18726215f6ecf59b69f8025df7528640250da89ed6c384')
build() {
cd "TLPUI-$pkgname-$pkgver"