summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris P2015-10-07 00:00:35 +0200
committerChris P2015-10-07 00:00:35 +0200
commit8a45420ef2105856c0017aaff2e447b59ecc9935 (patch)
tree4a5cdf874309bf70ae5bcd00d599acfb9030f27d /PKGBUILD
parenta860c609660865804dd88b9ce0b19b88f26a5b54 (diff)
downloadaur-8a45420ef2105856c0017aaff2e447b59ecc9935.tar.gz
Add optdepends for --gui
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d77872a25db8..fc5de3c33c25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,8 @@ conflicts=("${_pkgname}")
provides=("$_pkgname")
source=("$pkgname"::"git+https://github.com/sahib/${_pkgname}.git")
md5sums=('SKIP')
+optdepends=('pygobject-devel: for the graphical user interface'
+ 'gtk3: for the graphical user interface')
pkgver() {
cd "${srcdir}/${pkgname}"