summarylogtreecommitdiffstats
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
parentdbbe2d8baebb0c9477aa642cda2a660f4cb4eb0b (diff)
downloadaur-220443b9305db32e21b0f93e37cacc44aa4330aa.tar.gz
Replace obsolete gtkspell3 optdepends with gspell.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d34df7735aae..c334e10307a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Sep 30 20:43:39 UTC 2017
+# Tue Nov 28 10:04:29 UTC 2017
pkgbase = gajim-git
pkgdesc = Jabber/XMPP instant messenger client written in Python with GTK+
- pkgver = r14743.ab23757f0
+ pkgver = r14904.92917c18f
pkgrel = 1
url = https://gajim.org/
arch = any
@@ -21,7 +21,7 @@ pkgbase = gajim-git
optdepends = farstream: for video/voice support
optdepends = gst-plugins-bad: for video/voice support
optdepends = gst-python: for video/voice support
- optdepends = gtkspell3: for spelling support
+ optdepends = gspell: for spell checking support
optdepends = libxss: for idle module
optdepends = notification-daemon: for desktop notification
optdepends = gnome-keyring: to store passwords encrypted in GNOME Keyring
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'