summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSophie Tauchert2019-02-03 14:46:07 +0100
committerSophie Tauchert2019-02-03 14:46:07 +0100
commit686c1095efac06aef82d1cb91213cce0e255fd61 (patch)
treed1ef5f6ea93acd30399fd8875d6229894bf0ea5f /PKGBUILD
parente4bf825893c4152deb2c5d4e94b5aabed9b482c1 (diff)
downloadaur-686c1095efac06aef82d1cb91213cce0e255fd61.tar.gz
Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2ae21e63d6d..ade2ac919194 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=gwe
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
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-xdg')
+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'