summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie Tauchert2019-02-24 20:00:44 +0100
committerSophie Tauchert2019-02-24 20:00:44 +0100
commitc46be8a56658bc2278b56dbcd3360df9712c5a1c (patch)
treedd6c3ef67c292324191139cf028f570821b03117
parent3c60e6a2526668cb705cb6b94dc860776fddc654 (diff)
downloadaur-c46be8a56658bc2278b56dbcd3360df9712c5a1c.tar.gz
Update to v0.12.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6a2f9992416..1e205f54fa6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gwe
pkgdesc = A system utility for controlling NVIDIA GPUs
- pkgver = 0.12.1
+ pkgver = 0.12.3
pkgrel = 1
url = https://gitlab.com/leinardi/gwe
arch = any
@@ -19,9 +19,9 @@ pkgbase = gwe
depends = python-requests
depends = python-rx
depends = python-xdg
- source = https://gitlab.com/leinardi/gwe/-/archive/0.12.1/gwe-0.12.1.tar.gz
+ source = https://gitlab.com/leinardi/gwe/-/archive/0.12.3/gwe-0.12.3.tar.gz
source = https://github.com/leinardi/python-xlib/archive/52e6cd2a78c32fa7d78dc73795628c78ff7b970b.tar.gz
- sha256sums = 296ef04df60e16dadc1aacfb646e4e1b29f1c923826545f2cc5fddff78a60df4
+ sha256sums = b3fe6d1caacd9b74c65cab71452aa74aa84d075979877cf67b817f2fe5f2ffb3
sha256sums = 20f3696205918978c6d3bb214a282606064b52c9c90b781cb5862452a8f4ef42
pkgname = gwe
diff --git a/PKGBUILD b/PKGBUILD
index 8c183af6974f..d4c9e06daf40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sophie Tauchert <sophie@999eagle.moe>
pkgname=gwe
-pkgver=0.12.1
+pkgver=0.12.3
pkgrel=1
pkgdesc="A system utility for controlling NVIDIA GPUs"
arch=('any')
@@ -13,7 +13,7 @@ provides=()
_xlib_commit='52e6cd2a78c32fa7d78dc73795628c78ff7b970b'
source=("https://gitlab.com/leinardi/gwe/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
"https://github.com/leinardi/python-xlib/archive/${_xlib_commit}.tar.gz")
-sha256sums=('296ef04df60e16dadc1aacfb646e4e1b29f1c923826545f2cc5fddff78a60df4'
+sha256sums=('b3fe6d1caacd9b74c65cab71452aa74aa84d075979877cf67b817f2fe5f2ffb3'
'20f3696205918978c6d3bb214a282606064b52c9c90b781cb5862452a8f4ef42')
prepare() {