summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2023-11-06 17:18:54 +0100
committerFrederic Bezies2023-11-06 17:18:54 +0100
commit3bee5ccf2f69db516a8c3473b64b4f9d6983c77e (patch)
tree4c4a623e4232d2feb83b129c05e1ec71a4fb0d58
parent7b3130595a076eb6c38d246c36a32d8eb888e658 (diff)
downloadaur-3bee5ccf2f69db516a8c3473b64b4f9d6983c77e.tar.gz
qps 2.8.0 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1959cf284b9e..03a8f493c7d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qps
pkgdesc = a visual process manager, an X11 version of 'top' or 'ps'.
- pkgver = 2.7.0
+ pkgver = 2.8.0
pkgrel = 1
url = https://github.com/lxqt/qps
arch = i686
@@ -12,9 +12,9 @@ pkgbase = qps
depends = qt5-x11extras
depends = qt5-tools
depends = liblxqt
- source = qps-2.7.0.tar.xz::https://github.com/QtDesktop/qps/releases/download/2.7.0/qps-2.7.0.tar.xz
+ source = qps-2.8.0.tar.xz::https://github.com/QtDesktop/qps/releases/download/2.8.0/qps-2.8.0.tar.xz
source = qps.desktop
- sha256sums = fdf51c158ac2cac8752901ce054bcda5261c05033055e604cc9dcb2d939cdf88
+ sha256sums = 10252dbd4d4898f27e7ce45f300885fbe1fffd287123ab620978159c5c50dc74
sha256sums = 5216455ce5ce096b36f1b301325fd44c972ff796aa3b40b60807a06dae0ab3f9
pkgname = qps
diff --git a/PKGBUILD b/PKGBUILD
index bf489acbffc1..0405f8ac3db0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: David Rosenstrauch <darose@darose.net>
pkgname=qps
-pkgver=2.7.0
+pkgver=2.8.0
pkgrel=1
pkgdesc="a visual process manager, an X11 version of 'top' or 'ps'."
url="https://github.com/lxqt/qps"
@@ -13,7 +13,7 @@ arch=('i686' 'x86_64')
license=("GPL")
source=("$pkgname-$pkgver.tar.xz::https://github.com/QtDesktop/qps/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
"qps.desktop")
-sha256sums=('fdf51c158ac2cac8752901ce054bcda5261c05033055e604cc9dcb2d939cdf88'
+sha256sums=('10252dbd4d4898f27e7ce45f300885fbe1fffd287123ab620978159c5c50dc74'
'5216455ce5ce096b36f1b301325fd44c972ff796aa3b40b60807a06dae0ab3f9')
build() {