summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie Tauchert2019-01-30 23:00:06 +0100
committerSophie Tauchert2019-01-30 23:00:06 +0100
commitce1d2d7061401e0a526ee8e3e76e7db42063a1ad (patch)
treebb0723730120e6e4012423b19c9edfa2d3ed699c
parente75959738e891fce7da25b5b88cffa1520613b89 (diff)
downloadaur-ce1d2d7061401e0a526ee8e3e76e7db42063a1ad.tar.gz
Update to 0.8.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d71e7161ef0..918a77d66c76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gwe
pkgdesc = A system utility for controlling NVIDIA GPUs
- pkgver = 0.7.0
+ pkgver = 0.8.0
pkgrel = 1
url = https://gitlab.com/leinardi/gwe
arch = any
@@ -17,10 +17,9 @@ pkgbase = gwe
depends = python-py3nvml
depends = python-requests
depends = python-rx
- depends = python-timeago
depends = python-xdg
- source = https://gitlab.com/leinardi/gwe/-/archive/0.7.0/gwe-0.7.0.tar.gz
- sha256sums = 02058831686eeca4329b539a0d617b2fcd92a568ca4b1a773cb34c230b15972a
+ source = https://gitlab.com/leinardi/gwe/-/archive/0.8.0/gwe-0.8.0.tar.gz
+ sha256sums = e5f73946ae4d6c6997cfc60f838e945a273dd690b4ea1291612ffc92ffd2debb
pkgname = gwe
diff --git a/PKGBUILD b/PKGBUILD
index ea4602d59afd..d9ac00502bb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Sophie Tauchert <sophie@999eagle.moe>
pkgname=gwe
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=1
pkgdesc="A system utility for controlling NVIDIA GPUs"
arch=('any')
url="https://gitlab.com/leinardi/gwe"
license=('GPL3')
-depends=('libdazzle' 'libappindicator3' 'python' 'python-cairo' 'python-gobject' 'python-injector' 'python-matplotlib' 'python-peewee' 'python-py3nvml' 'python-requests' 'python-rx' 'python-timeago' 'python-xdg')
+depends=('libdazzle' 'libappindicator3' 'python' 'python-cairo' 'python-gobject' 'python-injector' 'python-matplotlib' 'python-peewee' 'python-py3nvml' 'python-requests' 'python-rx' 'python-xdg')
makedepends=('meson')
provides=()
source=("https://gitlab.com/leinardi/gwe/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('02058831686eeca4329b539a0d617b2fcd92a568ca4b1a773cb34c230b15972a')
+sha256sums=('e5f73946ae4d6c6997cfc60f838e945a273dd690b4ea1291612ffc92ffd2debb')
build() {
meson --prefix /usr --buildtype=plain "$pkgname-$pkgver" build