summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-10-31 10:25:45 -0600
committerMark Wagie2023-10-31 10:25:45 -0600
commit064ec315a1980bf37841a760615074f647df4e8a (patch)
treef6e3420009c8598acd51f44553d147cc58d7dad5
parent06ab099ddcb4880b6226acfeece8dc3239efc601 (diff)
downloadaur-064ec315a1980bf37841a760615074f647df4e8a.tar.gz
2.26.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e768481084d..74e8bd5f1d47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = system-monitoring-center
pkgdesc = Multi-featured system monitor.
- pkgver = 2.25.1
+ pkgver = 2.26.0
pkgrel = 1
url = https://github.com/hakandundar34coding/system-monitoring-center
arch = any
@@ -18,7 +18,7 @@ pkgbase = system-monitoring-center
optdepends = amdgpu_top: for video engine load on GPU tab and per-process GPU usage, GPU memory columns on Processes tab
optdepends = hwdata: for device vendor-model information of new devices
optdepends = xorg-xrandr: for more accurate screen resolution and refresh rate detection
- source = system-monitoring-center-2.25.1.tar.gz::https://github.com/hakandundar34coding/system-monitoring-center/archive/refs/tags/v2.25.1.tar.gz
- sha256sums = ade5fd4b6a9f6da2755628bc1f57e0483ea9db4ed9d30ed0c016298e3d474f30
+ source = system-monitoring-center-2.26.0.tar.gz::https://github.com/hakandundar34coding/system-monitoring-center/archive/refs/tags/v2.26.0.tar.gz
+ sha256sums = 31d2426bfc731bf0181618449988b29b08ff27ce2ac1c577fa7231aa96301c47
pkgname = system-monitoring-center
diff --git a/PKGBUILD b/PKGBUILD
index 6008d76e523b..e7f3a8667a53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=system-monitoring-center
-pkgver=2.25.1
+pkgver=2.26.0
pkgrel=1
pkgdesc="Multi-featured system monitor."
arch=('any')
@@ -14,7 +14,7 @@ optdepends=('amdgpu_top: for video engine load on GPU tab and per-process GPU us
'hwdata: for device vendor-model information of new devices'
'xorg-xrandr: for more accurate screen resolution and refresh rate detection')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('ade5fd4b6a9f6da2755628bc1f57e0483ea9db4ed9d30ed0c016298e3d474f30')
+sha256sums=('31d2426bfc731bf0181618449988b29b08ff27ce2ac1c577fa7231aa96301c47')
prepare() {
cd "$pkgname-$pkgver"