summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhayao2021-02-11 16:42:54 +0900
committerhayao2021-02-11 16:42:54 +0900
commitaa0028440755275ca14889ab91b61425125a80ba (patch)
tree85cb5d0025da0e38f9e3aa788f08769c3f551640
parent5f3f46cfecd4e9185a6165d3897461702ebe43ba (diff)
downloadaur-aa0028440755275ca14889ab91b61425125a80ba.tar.gz
[update] : Updated v1.3.1-8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e3b02b50d69..20a4788bee1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tlpui
pkgdesc = A GTK user interface for TLP written in Python
- pkgver = 1.3.1.6
+ pkgver = 1.3.1.8
pkgrel = 1
url = https://github.com/d4nj1/TLPUI
arch = any
@@ -11,9 +11,9 @@ pkgbase = tlpui
depends = python-gobject
provides = tlpui-git
conflicts = tlpui-git
- source = tlpui-1.3.1-6.zip::https://github.com/d4nj1/TLPUI/archive/tlpui-1.3.1-6.zip
+ source = tlpui-1.3.1-8.zip::https://github.com/d4nj1/TLPUI/archive/tlpui-1.3.1-8.zip
source = tlpui.desktop
- sha256sums = 828fae520a130b4ade7fb71bd6eb6893172ddbf490ab09d59fcead5bcdaab3ab
+ sha256sums = 17b4cb3fcadcd6b8bb5e4588b60ecd8b48d079e17ad748c459f98fa63e62e20d
sha256sums = a8f7a4a3d1c66c27383f75b092fa71c3e7cd72b8240a06ed00ad56be3b5338ea
pkgname = tlpui
diff --git a/PKGBUILD b/PKGBUILD
index 1525a5d644cd..26d2bdd0811e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: slact
pkgname=tlpui
-tlpui_ver="1.3.1-6"
+tlpui_ver="1.3.1-8"
pkgver="$(echo "${tlpui_ver}" | tr "-" ".")"
pkgrel=1
pkgdesc="A GTK user interface for TLP written in Python"
@@ -16,7 +16,7 @@ provides=("${pkgname}-git")
conflicts=("${pkgname}-git")
source=("tlpui-${tlpui_ver}.zip::https://github.com/d4nj1/TLPUI/archive/tlpui-${tlpui_ver}.zip"
"${pkgname}.desktop")
-sha256sums=('828fae520a130b4ade7fb71bd6eb6893172ddbf490ab09d59fcead5bcdaab3ab'
+sha256sums=('17b4cb3fcadcd6b8bb5e4588b60ecd8b48d079e17ad748c459f98fa63e62e20d'
'a8f7a4a3d1c66c27383f75b092fa71c3e7cd72b8240a06ed00ad56be3b5338ea')
build() {