summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanskritFritz2017-02-12 13:41:43 +0100
committerSanskritFritz2017-02-12 13:41:43 +0100
commitaa5685589d684306625cac8f54ebfdf646aca4f3 (patch)
tree210949abe97bb4db5e931795be39787d1fadc149 /PKGBUILD
parent59562ab4679feaf0e1fa8e2d1955a71dd5fd0579 (diff)
downloadaur-aa5685589d684306625cac8f54ebfdf646aca4f3.tar.gz
Added missing dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0c5ee958792..789565070de3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
_name=kupfer
pkgname=$_name-git
-pkgver=v302.r11.gd8419c31
+pkgver=v305.r0.gc1f773b1
pkgrel=1
pkgdesc="An interface for quick and convenient access to applications and their documents."
arch=(any)
url="https://kupferlauncher.github.io/"
license=('GPL')
-depends=('libkeybinder3' 'python-dbus' 'python' 'python-cairo' 'libwnck3')
+depends=('libkeybinder3' 'python-dbus' 'python' 'python-cairo' 'libwnck3' 'python-xdg' 'python-gobject')
makedepends=('intltool')
optdepends=('gnome-python-desktop: enables all plugins and gnome integration'
'xautomation: enables the Send Keys plugin')