[arch-commits] Commit in gajim/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sun Jun 10 11:14:43 UTC 2018


    Date: Sunday, June 10, 2018 @ 11:14:42
  Author: bgyorgy
Revision: 342207

upgpkg: gajim 1.0.3-2

Fix dependencies (FS#58952)

Modified:
  gajim/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-10 09:53:40 UTC (rev 342206)
+++ PKGBUILD	2018-06-10 11:14:42 UTC (rev 342207)
@@ -3,12 +3,12 @@
 
 pkgname=gajim
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Full featured and easy to use XMPP (Jabber) client"
 arch=('any')
 url="https://www.gajim.org/"
 license=('GPL3')
-depends=('gtk3' 'python-cairo' 'python-gobject' 'python-keyring' 'python-nbxmpp'
+depends=('gtk3' 'python-cairo' 'python-dbus' 'python-gobject' 'python-keyring' 'python-nbxmpp'
          'python-pyasn1' 'python-pyopenssl')
 makedepends=('intltool')
 optdepends=('alsa-utils: play notification sounds'
@@ -21,7 +21,8 @@
             'libxss: measure idle time, in order to set auto status'
             'python-crypto: encrypting chat messages'
             'python-docutils: generate XHTML output from RST code'
-            'python-gnupg: encrypting chat messages with OpenPGP')
+            'python-gnupg: encrypting chat messages with OpenPGP'
+            'python-pillow: support of WebP avatars')
 source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2)
 sha1sums=('82e103e35ce29ea7b587ef55b8d8da1c013ddfcb')
 



More information about the arch-commits mailing list