summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 537f93146e58..b0960eebe1b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gwe
pkgdesc = A system utility for controlling NVIDIA GPUs
- pkgver = 0.15.0
+ pkgver = 0.15.1
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.0/gwe-0.15.0.tar.gz
- sha256sums = 4ea6b0462c8c25911143a25e7d50351010916222a445375c84f762da59899a75
+ source = https://gitlab.com/leinardi/gwe/-/archive/0.15.1/gwe-0.15.1.tar.gz
+ sha256sums = 39fda1d23af4fc98e868c3b792a1b22deb7f8a4290f47adb7d8ed806f5166cf5
pkgname = gwe
diff --git a/PKGBUILD b/PKGBUILD
index 11eb67e9acdf..9a136656a794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sophie Tauchert <sophie@999eagle.moe>
pkgname=gwe
-pkgver=0.15.0
+pkgver=0.15.1
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=('4ea6b0462c8c25911143a25e7d50351010916222a445375c84f762da59899a75')
+sha256sums=('39fda1d23af4fc98e868c3b792a1b22deb7f8a4290f47adb7d8ed806f5166cf5')
build() {
if [[ -d "$srcdir/build" ]]; then