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 109b21c45772..0874b224722e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gwe
pkgdesc = A system utility for controlling NVIDIA GPUs
- pkgver = 0.15.2
+ pkgver = 0.15.3
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.2/gwe-0.15.2.tar.gz
- sha256sums = a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0
+ source = https://gitlab.com/leinardi/gwe/-/archive/0.15.3/gwe-0.15.3.tar.gz
+ sha256sums = ff44c97c982a981f487b0d4afb41462ecee1a9ea49340098a50acd5fbd0602a8
pkgname = gwe
diff --git a/PKGBUILD b/PKGBUILD
index 3ccf4cf22d73..1ce7b4b7cd99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sophie Tauchert <sophie@999eagle.moe>
pkgname=gwe
-pkgver=0.15.2
+pkgver=0.15.3
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=('a827eeb8f18fd08213fb22e0e1ef6437ea749eb4b34fcea9d0ae5282912753a0')
+sha256sums=('ff44c97c982a981f487b0d4afb41462ecee1a9ea49340098a50acd5fbd0602a8')
build() {
if [[ -d "$srcdir/build" ]]; then