summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvagnum082018-07-06 23:42:08 +0100
committervagnum082018-07-06 23:44:02 +0100
commit73e0dba7276a6ed5c307553b324b4f2b9821edb8 (patch)
tree3cab187fc6a8a8f0144c0cc78a72b27108889764 /PKGBUILD
parentd36c58c43fb49242d1787b81162d7850dc9a5dfa (diff)
downloadaur-73e0dba7276a6ed5c307553b324b4f2b9821edb8.tar.gz
Add python-gobject dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86f33c630b92..04fb331d224d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: vagnum08 <vagnum08@gmail.com>
pkgname=cpupower-gui-git
-pkgver=0.6.0.r0.ga294ea4
+pkgver=0.6.1.r5.g4c39dc7
pkgrel=1
pkgdesc="A GUI utility to set CPU frequency limits"
arch=(any)
url="https://gitlab.com/vagnum08/cpupower-gui"
license=('GPL')
-depends=('python' 'gtk3' 'hicolor-icon-theme' 'polkit' 'python-dbus' )
+depends=('python' 'gtk3' 'hicolor-icon-theme' 'polkit' 'python-dbus' 'python-gobject')
optdepends=('polkit-gnome: needed for authentification in Cinnamon, Gnome'
'lxsession: needed for authentification in Xfce, LXDE etc.')
makedepends=('git' 'autoconf-archive')