summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2020-06-29 21:49:36 +0200
committerEmmanuel Gil Peyrot2020-06-29 21:49:36 +0200
commitf2e882bd5ac7149fcdf36e746dd2b1a0585eab82 (patch)
tree21994e1aadf85f92b5b2b628dfd6d80c52c7fe62 /PKGBUILD
parente66226d99aa8689e63b557b9c83d6dfe5686c0b6 (diff)
downloadaur-f2e882bd5ac7149fcdf36e746dd2b1a0585eab82.tar.gz
Add missing gst-plugin-gtk and gsound optional dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5664daeca7b1..c53bb3f73f87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_name=gajim
pkgname="$_name-git"
epoch=1
-pkgver=r17041.9497dce25
+pkgver=r17436.8265ffb5c
pkgrel=1
pkgdesc="Jabber/XMPP instant messenger client written in Python with GTK+"
arch=('any')
@@ -27,6 +27,8 @@ optdepends=('python-dbus: for gajim-remote and zeroconf support'
'gst-plugins-ugly: for video/voice support'
'gst-libav: for video/voice support'
'gst-python: for video/voice support'
+ 'gst-plugin-gtk: for video support'
+ 'gsound: for notification sounds'
'gspell: for spell checking support'
'libxss: for idle time checking on X11'
'notification-daemon: for desktop notifications'