summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie Tauchert2020-04-09 16:33:56 +0200
committerSophie Tauchert2020-04-09 16:33:56 +0200
commit43b24dc1a91bbb96a3bcf8a6977992dc1e58098b (patch)
tree414de0fbcbc0412519e4c5834674d71b680d405a
parentf5a305befad027f8577e08589316f5ec5b28494b (diff)
downloadaur-43b24dc1a91bbb96a3bcf8a6977992dc1e58098b.tar.gz
Update to v0.14.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6532810407ea..d9f7b0ebbaac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gwe
pkgdesc = A system utility for controlling NVIDIA GPUs
- pkgver = 0.14.0
- pkgrel = 2
+ pkgver = 0.14.1
+ pkgrel = 1
url = https://gitlab.com/leinardi/gwe
arch = any
license = GPL3
@@ -19,10 +19,10 @@ pkgbase = gwe
depends = python-py3nvml
depends = python-requests
depends = python-rx
- depends = python-xdg
+ depends = python-pyxdg
depends = python-xlib
- source = https://gitlab.com/leinardi/gwe/-/archive/0.14.0/gwe-0.14.0.tar.gz
- sha256sums = 867884a167a974ce0e3092bddde590883343661fd5e760546f3769bea9aaf24a
+ source = https://gitlab.com/leinardi/gwe/-/archive/0.14.1/gwe-0.14.1.tar.gz
+ sha256sums = 64ada9aac8adeabac7f8cb2114e2ecc158192789e41c25a4eabf9aded3bbf848
pkgname = gwe
diff --git a/PKGBUILD b/PKGBUILD
index 882aaa73586a..82ecab498bd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Sophie Tauchert <sophie@999eagle.moe>
pkgname=gwe
-pkgver=0.14.0
-pkgrel=2
+pkgver=0.14.1
+pkgrel=1
pkgdesc="A system utility for controlling NVIDIA GPUs"
arch=('any')
url="https://gitlab.com/leinardi/gwe"
license=('GPL3')
-depends=('gobject-introspection' 'libdazzle' 'libappindicator-gtk3' 'python' 'python-cairo' 'python-gobject' 'python-injector' 'python-matplotlib' 'python-peewee' 'python-py3nvml' 'python-requests' 'python-rx' 'python-xdg' 'python-xlib')
+depends=('gobject-introspection' 'libdazzle' 'libappindicator-gtk3' 'python' 'python-cairo' 'python-gobject' 'python-injector' 'python-matplotlib' 'python-peewee' 'python-py3nvml' 'python-requests' 'python-rx' 'python-pyxdg' 'python-xlib')
makedepends=('meson' 'appstream-glib')
provides=()
source=("https://gitlab.com/leinardi/gwe/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('867884a167a974ce0e3092bddde590883343661fd5e760546f3769bea9aaf24a')
+sha256sums=('64ada9aac8adeabac7f8cb2114e2ecc158192789e41c25a4eabf9aded3bbf848')
build() {
if [[ -d "$srcdir/build" ]]; then