summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophie Tauchert2020-03-16 22:11:07 +0100
committerSophie Tauchert2020-03-16 22:11:07 +0100
commitf5a305befad027f8577e08589316f5ec5b28494b (patch)
treeb49ec0af6598c6c78dbb47166fd44e5ee7325551
parente91c8c14ec3a2d79b16a8fa705af2ef105cf60a1 (diff)
downloadaur-f5a305befad027f8577e08589316f5ec5b28494b.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9156c80f4306..6532810407ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gwe
pkgdesc = A system utility for controlling NVIDIA GPUs
pkgver = 0.14.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/leinardi/gwe
arch = any
license = GPL3
@@ -9,7 +9,7 @@ pkgbase = gwe
makedepends = appstream-glib
depends = gobject-introspection
depends = libdazzle
- depends = libappindicator3
+ depends = libappindicator-gtk3
depends = python
depends = python-cairo
depends = python-gobject
diff --git a/PKGBUILD b/PKGBUILD
index c2f6de7c2c61..882aaa73586a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=gwe
pkgver=0.14.0
-pkgrel=1
+pkgrel=2
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' 'python-xlib')
+depends=('gobject-introspection' 'libdazzle' 'libappindicator-gtk3' 'python' 'python-cairo' 'python-gobject' 'python-injector' 'python-matplotlib' 'python-peewee' 'python-py3nvml' 'python-requests' 'python-rx' 'python-xdg' 'python-xlib')
makedepends=('meson' 'appstream-glib')
provides=()
source=("https://gitlab.com/leinardi/gwe/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")