summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie Tauchert2019-02-24 18:50:54 +0100
committerSophie Tauchert2019-02-24 18:50:54 +0100
commit3c60e6a2526668cb705cb6b94dc860776fddc654 (patch)
treeb22309b7116eaa33a7868d501c6015ba513c655a
parent64a466ec8d4a8ea651064106d1bdb41bd9223c72 (diff)
downloadaur-3c60e6a2526668cb705cb6b94dc860776fddc654.tar.gz
Update to v0.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b58cd9468fe..e6a2f9992416 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gwe
pkgdesc = A system utility for controlling NVIDIA GPUs
- pkgver = 0.12.0
+ pkgver = 0.12.1
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.0/gwe-0.12.0.tar.gz
+ source = https://gitlab.com/leinardi/gwe/-/archive/0.12.1/gwe-0.12.1.tar.gz
source = https://github.com/leinardi/python-xlib/archive/52e6cd2a78c32fa7d78dc73795628c78ff7b970b.tar.gz
- sha256sums = 26765d0ca812976f47203fb52c94af2626700df480b63b611a0154dad61c59d0
+ sha256sums = 296ef04df60e16dadc1aacfb646e4e1b29f1c923826545f2cc5fddff78a60df4
sha256sums = 20f3696205918978c6d3bb214a282606064b52c9c90b781cb5862452a8f4ef42
pkgname = gwe
diff --git a/PKGBUILD b/PKGBUILD
index 63ffbc344aa1..8c183af6974f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sophie Tauchert <sophie@999eagle.moe>
pkgname=gwe
-pkgver=0.12.0
+pkgver=0.12.1
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=('26765d0ca812976f47203fb52c94af2626700df480b63b611a0154dad61c59d0'
+sha256sums=('296ef04df60e16dadc1aacfb646e4e1b29f1c923826545f2cc5fddff78a60df4'
'20f3696205918978c6d3bb214a282606064b52c9c90b781cb5862452a8f4ef42')
prepare() {