summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2018-11-27 22:04:30 +0200
committerJonian Guveli2018-11-27 22:04:30 +0200
commit1be0e4222eed3ba2f25ad0abd31b2eaf9b074402 (patch)
tree9f5505b070b987b37fe349caa53e46ff48f3ce74
parent51984ff2be2b24e828e80505a2113e13b0eabb6b (diff)
downloadaur-1be0e4222eed3ba2f25ad0abd31b2eaf9b074402.tar.gz
update dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a081371d136b..69d72a97485d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = gnome-hud
pkgdesc = Unity like HUD menu for the GNOME Desktop Environment
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hardpixel/gnome-hud
arch = any
license = GPL
makedepends = python-setuptools
depends = gtk3
depends = bamf
+ depends = libkeybinder3
depends = python
depends = python-gobject
depends = python-dbus
diff --git a/PKGBUILD b/PKGBUILD
index 783a0c70c070..e7f7745995b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=gnome-hud
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Unity like HUD menu for the GNOME Desktop Environment"
arch=("any")
url="https://github.com/hardpixel/gnome-hud"
license=("GPL")
-depends=("gtk3" "bamf" "python" "python-gobject" "python-dbus" "python-fuzzysearch")
+depends=("gtk3" "bamf" "libkeybinder3" "python" "python-gobject" "python-dbus" "python-fuzzysearch")
optdepends=(
"rofi: Use rofi as menu dialog"
"appmenu-gtk-module: AppMenu support for GTK2"