summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2017-02-12 13:41:43 +0100
committerSanskritFritz2017-02-12 13:41:43 +0100
commitaa5685589d684306625cac8f54ebfdf646aca4f3 (patch)
tree210949abe97bb4db5e931795be39787d1fadc149
parent59562ab4679feaf0e1fa8e2d1955a71dd5fd0579 (diff)
downloadaur-aa5685589d684306625cac8f54ebfdf646aca4f3.tar.gz
Added missing dependencies.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15324e8cbfc7..97284c58cba5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
# Generated by mksrcinfo v8
-# Tue Feb 7 13:37:19 UTC 2017
+# Sun Feb 12 12:41:25 UTC 2017
pkgbase = kupfer-git
pkgdesc = An interface for quick and convenient access to applications and their documents.
- pkgver = v302.r11.gd8419c31
+ pkgver = v305.r0.gc1f773b1
pkgrel = 1
url = https://kupferlauncher.github.io/
arch = any
license = GPL
- makedepends = python2
makedepends = intltool
makedepends = git
depends = libkeybinder3
@@ -15,6 +14,8 @@ pkgbase = kupfer-git
depends = python
depends = python-cairo
depends = libwnck3
+ depends = python-xdg
+ depends = python-gobject
optdepends = gnome-python-desktop: enables all plugins and gnome integration
optdepends = xautomation: enables the Send Keys plugin
provides = kupfer
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')