summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie Tauchert2019-09-01 12:07:04 +0200
committerSophie Tauchert2019-09-01 12:07:04 +0200
commit819b5c137409a0f23c3a276ba92c076c52a02733 (patch)
tree4e13c21de30f5abe5bbe88e98166c7d5cb6d9b5d
parentc46be8a56658bc2278b56dbcd3360df9712c5a1c (diff)
downloadaur-819b5c137409a0f23c3a276ba92c076c52a02733.tar.gz
Update to v0.13.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e205f54fa6d..372f88e4f423 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = gwe
pkgdesc = A system utility for controlling NVIDIA GPUs
- pkgver = 0.12.3
+ pkgver = 0.13.0
pkgrel = 1
url = https://gitlab.com/leinardi/gwe
arch = any
license = GPL3
makedepends = meson
+ makedepends = appstream-glib
depends = gobject-introspection
depends = libdazzle
depends = libappindicator3
@@ -19,9 +20,9 @@ pkgbase = gwe
depends = python-requests
depends = python-rx
depends = python-xdg
- source = https://gitlab.com/leinardi/gwe/-/archive/0.12.3/gwe-0.12.3.tar.gz
+ source = https://gitlab.com/leinardi/gwe/-/archive/0.13.0/gwe-0.13.0.tar.gz
source = https://github.com/leinardi/python-xlib/archive/52e6cd2a78c32fa7d78dc73795628c78ff7b970b.tar.gz
- sha256sums = b3fe6d1caacd9b74c65cab71452aa74aa84d075979877cf67b817f2fe5f2ffb3
+ sha256sums = 90a1140f50281b3a7e65f145b820f60adf47d966426087583c10282c65240193
sha256sums = 20f3696205918978c6d3bb214a282606064b52c9c90b781cb5862452a8f4ef42
pkgname = gwe
diff --git a/PKGBUILD b/PKGBUILD
index d4c9e06daf40..97448ebc4d06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Sophie Tauchert <sophie@999eagle.moe>
pkgname=gwe
-pkgver=0.12.3
+pkgver=0.13.0
pkgrel=1
pkgdesc="A system utility for controlling NVIDIA GPUs"
arch=('any')
url="https://gitlab.com/leinardi/gwe"
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')
+makedepends=('meson' 'appstream-glib')
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=('b3fe6d1caacd9b74c65cab71452aa74aa84d075979877cf67b817f2fe5f2ffb3'
+sha256sums=('90a1140f50281b3a7e65f145b820f60adf47d966426087583c10282c65240193'
'20f3696205918978c6d3bb214a282606064b52c9c90b781cb5862452a8f4ef42')
prepare() {