summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca Weiss2016-10-13 19:13:59 +0200
committerLuca Weiss2016-10-13 19:13:59 +0200
commite4711f6f37ecba93c1dbbddad1ce33f881c7b297 (patch)
treea2d6474e644fefaf0a53b94278b36d56a0f78063 /PKGBUILD
parentd320927e673e2914a883f0125e5a96574289f1ff (diff)
downloadaur-e4711f6f37ecba93c1dbbddad1ce33f881c7b297.tar.gz
add optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53eaeb422c0c..43d75b8e4731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-libdesktop-git
_pkgname=libdesktop
-pkgver=r29.1193c2f
+pkgver=r32.660fdcc
pkgrel=1
pkgdesc="OS and desktop integration made easy."
arch=('any')
@@ -10,6 +10,7 @@ url="https://github.com/bharadwaj-raju/libdesktop"
license=('MIT')
depends=('python')
makedepends=('git')
+optdepends=("pygtk" "python-pyqt4" "python-pyqt5" "python-gobject")
options=(!emptydirs)
source=("git+https://github.com/bharadwaj-raju/libdesktop")
md5sums=(SKIP)