summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie Tauchert2020-10-18 15:05:47 +0200
committerSophie Tauchert2020-10-18 15:05:47 +0200
commitcbabf37dd34368e8277ae66f8553573dbebd47f1 (patch)
tree402ca6a2fe4dcc6afb655f71ff6876c736052737
parent401b7167ea901312bd300852836de34a8a7330d0 (diff)
downloadaur-cbabf37dd34368e8277ae66f8553573dbebd47f1.tar.gz
Update to v0.15.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0960eebe1b8..109b21c45772 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gwe
pkgdesc = A system utility for controlling NVIDIA GPUs
- pkgver = 0.15.1
+ pkgver = 0.15.2
pkgrel = 1
url = https://gitlab.com/leinardi/gwe
arch = any
@@ -21,8 +21,8 @@ pkgbase = gwe
depends = python-rx
depends = python-pyxdg
depends = python-xlib
- source = https://gitlab.com/leinardi/gwe/-/archive/0.15.1/gwe-0.15.1.tar.gz
- sha256sums = 39fda1d23af4fc98e868c3b792a1b22deb7f8a4290f47adb7d8ed806f5166cf5
+ source = https://gitlab.com/leinardi/gwe/-/archive/0.15.2/gwe-0.15.2.tar.gz
+ sha256sums = a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0
pkgname = gwe
diff --git a/PKGBUILD b/PKGBUILD
index 9a136656a794..3ccf4cf22d73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sophie Tauchert <sophie@999eagle.moe>
pkgname=gwe
-pkgver=0.15.1
+pkgver=0.15.2
pkgrel=1
pkgdesc="A system utility for controlling NVIDIA GPUs"
arch=('any')
@@ -11,7 +11,7 @@ depends=('gobject-introspection' 'libdazzle' 'libappindicator-gtk3' 'python' 'py
makedepends=('meson' 'appstream-glib')
provides=()
source=("https://gitlab.com/leinardi/gwe/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('39fda1d23af4fc98e868c3b792a1b22deb7f8a4290f47adb7d8ed806f5166cf5')
+sha256sums=('a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0')
build() {
if [[ -d "$srcdir/build" ]]; then