summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie Tauchert2019-02-11 06:49:01 +0100
committerSophie Tauchert2019-02-11 06:49:01 +0100
commit5c379bf7427630269fcf317d31c1611688c0959e (patch)
tree8c1ab57135342f3bbed686eb2cd67b3ecaf8ac8c
parentb381c0bbe0a877094ad63c41e421e5f4728e2393 (diff)
downloadaur-5c379bf7427630269fcf317d31c1611688c0959e.tar.gz
Update to v0.11.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8438ed66f25..120e34aa8370 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gwe
pkgdesc = A system utility for controlling NVIDIA GPUs
- pkgver = 0.10.1
+ pkgver = 0.11.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.10.1/gwe-0.10.1.tar.gz
- source = https://github.com/leinardi/python-xlib/archive/67ef8a5b3951396752746d7e103500d098ec1bf1.tar.gz
- sha256sums = 7b9e1056bf7c8ebac0dd4afc945eaf5218706eacebf7ceecae4aaebbfa9fa7ef
- sha256sums = 800e1c1b382dfb67aaac4c4d2565e5edd0851e9e49b2cb06bc17c354f2027abd
+ 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
pkgname = gwe
diff --git a/PKGBUILD b/PKGBUILD
index 201107a1298d..09a33dc6f779 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sophie Tauchert <sophie@999eagle.moe>
pkgname=gwe
-pkgver=0.10.1
+pkgver=0.11.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='67ef8a5b3951396752746d7e103500d098ec1bf1'
+_xlib_commit='73b66f94d7c359fab4246548f8505750cabb68a4'
source=("https://gitlab.com/leinardi/gwe/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
"https://github.com/leinardi/python-xlib/archive/${_xlib_commit}.tar.gz")
-sha256sums=('7b9e1056bf7c8ebac0dd4afc945eaf5218706eacebf7ceecae4aaebbfa9fa7ef'
- '800e1c1b382dfb67aaac4c4d2565e5edd0851e9e49b2cb06bc17c354f2027abd')
+sha256sums=('c7c450e3abcc8d33a46dae2cc101c21b2df19b552dcdaf0897f97fb0092c6f6b'
+ 'fa70f72b7f075942c50ba3209b4b36b577c21b48a18e9d93f3fba938b169a2a6')
prepare() {
rmdir "$pkgname-$pkgver/python-xlib"