summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2023-10-06 13:49:35 +1100
committerLeo2023-10-06 13:49:35 +1100
commit0ac915d16f7b5453fd0408dc53e8bc29d2832bde (patch)
treed216da5a1debef7945c12c3a56aa63c4bde2149c
parent5e42f2508d4a5603cffef46cddbbff91deedfb02 (diff)
downloadaur-gst.tar.gz
New upstream version 0.7.6
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1e7719a5794..6699503ba9bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gst
pkgdesc = a GTK system utility designed to stress and monitor various hardware components like CPU and RAM
- pkgver = 0.7.5
+ pkgver = 0.7.6
pkgrel = 1
url = https://gitlab.com/leinardi/gst
arch = any
@@ -9,7 +9,7 @@ pkgbase = gst
makedepends = meson
makedepends = ninja
makedepends = appstream-glib
- depends = python>=3.6
+ depends = python>=3
depends = python-humanfriendly
depends = python-injector
depends = python-peewee
@@ -23,8 +23,7 @@ pkgbase = gst
depends = lm_sensors
depends = stress-ng
depends = dmidecode
- conflicts = smalltalk
- source = https://gitlab.com/leinardi/gst/-/archive/0.7.5/gst-0.7.5.tar.gz
- sha256sums = 6d78f96a7f8663ca81be34cbea7295a75da41b4a49f5cb1c6cd1d0478d60a3f5
+ source = https://gitlab.com/leinardi/gst/-/archive/0.7.6/gst-0.7.6.tar.gz
+ sha256sums = ede76b222572b24d4e196fa3d649a845da5819b6185b6ca84ef61192ca026f1d
pkgname = gst
diff --git a/PKGBUILD b/PKGBUILD
index 6b24092f1304..b147a3e0121a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Maintainer: Sophie Tauchert <sophie@999eagle.moe>
pkgname=gst
-pkgver=0.7.5
+pkgver=0.7.6
pkgrel=1
pkgdesc="a GTK system utility designed to stress and monitor various hardware components like CPU and RAM"
arch=('any')
url="https://gitlab.com/leinardi/gst"
license=('GPL3')
-depends=('python>=3.6' 'python-humanfriendly' 'python-injector' 'python-peewee' 'python-psutil' 'python-gobject' 'python-pyxdg' 'python-yaml' 'python-requests' 'python-rx' 'gobject-introspection' 'lm_sensors' 'stress-ng' 'dmidecode')
+depends=('python>=3' 'python-humanfriendly' 'python-injector' 'python-peewee' 'python-psutil' 'python-gobject' 'python-pyxdg' 'python-yaml' 'python-requests' 'python-rx' 'gobject-introspection' 'lm_sensors' 'stress-ng' 'dmidecode')
makedepends=('pkg-config' 'meson' 'ninja' 'appstream-glib')
provides=()
-conflicts=('smalltalk')
+conflicts=()
source=("https://gitlab.com/leinardi/gst/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('6d78f96a7f8663ca81be34cbea7295a75da41b4a49f5cb1c6cd1d0478d60a3f5')
+sha256sums=('ede76b222572b24d4e196fa3d649a845da5819b6185b6ca84ef61192ca026f1d')
build() {
if [[ -d "$srcdir/build" ]]; then