summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2017-11-28 10:04:51 +0000
committerEmmanuel Gil Peyrot2017-11-28 10:04:51 +0000
commit220443b9305db32e21b0f93e37cacc44aa4330aa (patch)
treeca5e3938c07e63b7b96f61852ba319f45355c6ee /PKGBUILD
parentdbbe2d8baebb0c9477aa642cda2a660f4cb4eb0b (diff)
downloadaur-220443b9305db32e21b0f93e37cacc44aa4330aa.tar.gz
Replace obsolete gtkspell3 optdepends with gspell.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce8e6d012a06..eb19b5960a00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_name=gajim
pkgname="$_name-git"
-pkgver=r14743.ab23757f0
+pkgver=r14904.92917c18f
pkgrel=1
pkgdesc="Jabber/XMPP instant messenger client written in Python with GTK+"
arch=('any')
@@ -22,7 +22,7 @@ optdepends=('python-dbus: dbus support'
'farstream: for video/voice support'
'gst-plugins-bad: for video/voice support'
'gst-python: for video/voice support'
- 'gtkspell3: for spelling support'
+ 'gspell: for spell checking support'
'libxss: for idle module'
'notification-daemon: for desktop notification'
'gnome-keyring: to store passwords encrypted in GNOME Keyring'