summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie Tauchert2019-02-17 16:20:25 +0100
committerSophie Tauchert2019-02-17 16:20:25 +0100
commit64a466ec8d4a8ea651064106d1bdb41bd9223c72 (patch)
tree17dda985fc3cb8221dfc143061d3740899db4b11
parent5c379bf7427630269fcf317d31c1611688c0959e (diff)
downloadaur-64a466ec8d4a8ea651064106d1bdb41bd9223c72.tar.gz
Update to v0.12.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 120e34aa8370..1b58cd9468fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gwe
pkgdesc = A system utility for controlling NVIDIA GPUs
- pkgver = 0.11.0
+ pkgver = 0.12.0
pkgrel = 1
url = https://gitlab.com/leinardi/gwe
arch = any
@@ -19,10 +19,10 @@ pkgbase = gwe
depends = python-requests
depends = python-rx
depends = python-xdg
- source = https://gitlab.com/leinardi/gwe/-/archive/0.11.0/gwe-0.11.0.tar.gz
- source = https://github.com/leinardi/python-xlib/archive/73b66f94d7c359fab4246548f8505750cabb68a4.tar.gz
- sha256sums = c7c450e3abcc8d33a46dae2cc101c21b2df19b552dcdaf0897f97fb0092c6f6b
- sha256sums = fa70f72b7f075942c50ba3209b4b36b577c21b48a18e9d93f3fba938b169a2a6
+ source = https://gitlab.com/leinardi/gwe/-/archive/0.12.0/gwe-0.12.0.tar.gz
+ source = https://github.com/leinardi/python-xlib/archive/52e6cd2a78c32fa7d78dc73795628c78ff7b970b.tar.gz
+ sha256sums = 26765d0ca812976f47203fb52c94af2626700df480b63b611a0154dad61c59d0
+ sha256sums = 20f3696205918978c6d3bb214a282606064b52c9c90b781cb5862452a8f4ef42
pkgname = gwe
diff --git a/PKGBUILD b/PKGBUILD
index 09a33dc6f779..63ffbc344aa1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sophie Tauchert <sophie@999eagle.moe>
pkgname=gwe
-pkgver=0.11.0
+pkgver=0.12.0
pkgrel=1
pkgdesc="A system utility for controlling NVIDIA GPUs"
arch=('any')
@@ -10,11 +10,11 @@ license=('GPL3')
depends=('gobject-introspection' 'libdazzle' 'libappindicator3' 'python' 'python-cairo' 'python-gobject' 'python-injector' 'python-matplotlib' 'python-peewee' 'python-py3nvml' 'python-requests' 'python-rx' 'python-xdg')
makedepends=('meson')
provides=()
-_xlib_commit='73b66f94d7c359fab4246548f8505750cabb68a4'
+_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=('c7c450e3abcc8d33a46dae2cc101c21b2df19b552dcdaf0897f97fb0092c6f6b'
- 'fa70f72b7f075942c50ba3209b4b36b577c21b48a18e9d93f3fba938b169a2a6')
+sha256sums=('26765d0ca812976f47203fb52c94af2626700df480b63b611a0154dad61c59d0'
+ '20f3696205918978c6d3bb214a282606064b52c9c90b781cb5862452a8f4ef42')
prepare() {
rmdir "$pkgname-$pkgver/python-xlib"