summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie Tauchert2020-04-09 16:35:01 +0200
committerSophie Tauchert2020-04-09 16:35:01 +0200
commit6cda7c01e3ed004451696dc16bec90e257f508d4 (patch)
tree22e39092521d119c8aaa1d503cda481ca7bdf588
parentd7202bef50682159b04945e3edb9772d8fa053c2 (diff)
downloadaur-6cda7c01e3ed004451696dc16bec90e257f508d4.tar.gz
Update to v0.7.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b3e19bf714e..70bd2c359a1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gst
pkgdesc = System utility designed to stress and monitoring various hardware components
- pkgver = 0.7.1
- pkgrel = 2
+ pkgver = 0.7.2
+ pkgrel = 1
url = https://gitlab.com/leinardi/gst
arch = any
license = GPL3
@@ -20,11 +20,11 @@ pkgbase = gst
depends = python-requests
depends = python-rx
depends = python-yaml
- depends = python-xdg
+ depends = python-pyxdg
depends = stress-ng
conflicts = smalltalk
- source = https://gitlab.com/leinardi/gst/-/archive/0.7.1/gst-0.7.1.tar.gz
- sha256sums = 1f97525cdebb6ab9c8e84de26691d8cd8fa1bac733d8e672f71898afade3620b
+ source = https://gitlab.com/leinardi/gst/-/archive/0.7.2/gst-0.7.2.tar.gz
+ sha256sums = d137c3bad133348f57409f8d241eb568e8c204aa8e39b9ac7544ec9619122046
pkgname = gst
diff --git a/PKGBUILD b/PKGBUILD
index 6968659d6cdf..32890f1af140 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Sophie Tauchert <sophie@999eagle.moe>
pkgname=gst
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.7.2
+pkgrel=1
pkgdesc="System utility designed to stress and monitoring various hardware components"
arch=('any')
url="https://gitlab.com/leinardi/gst"
license=('GPL3')
-depends=('dmidecode' 'gobject-introspection' 'libappindicator-gtk3' 'lm_sensors' 'python' 'python-gobject' 'python-humanfriendly' 'python-injector' 'python-peewee' 'python-psutil' 'python-requests' 'python-rx' 'python-yaml' 'python-xdg' 'stress-ng')
+depends=('dmidecode' 'gobject-introspection' 'libappindicator-gtk3' 'lm_sensors' 'python' 'python-gobject' 'python-humanfriendly' 'python-injector' 'python-peewee' 'python-psutil' 'python-requests' 'python-rx' 'python-yaml' 'python-pyxdg' 'stress-ng')
makedepends=('meson' 'appstream-glib')
provides=()
conflicts=('smalltalk')
source=("https://gitlab.com/leinardi/gst/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('1f97525cdebb6ab9c8e84de26691d8cd8fa1bac733d8e672f71898afade3620b')
+sha256sums=('d137c3bad133348f57409f8d241eb568e8c204aa8e39b9ac7544ec9619122046')
build() {
if [[ -d "$srcdir/build" ]]; then