Date: Sunday, July 19, 2020 @ 17:56:54 Author: foutrelis Revision: 664596
upgpkg: gajim 1.2.1-1: new upstream release Modified: gajim/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-19 17:42:21 UTC (rev 664595) +++ PKGBUILD 2020-07-19 17:56:54 UTC (rev 664596) @@ -2,14 +2,14 @@ # Contributor: Eric Bélanger <[email protected]> pkgname=gajim -pkgver=1.1.3 -pkgrel=2 +pkgver=1.2.1 +pkgrel=1 pkgdesc='Full featured and easy to use XMPP (Jabber) client' url='https://www.gajim.org/' arch=('any') license=('GPL3') depends=('gtk3' 'python-cairo' 'python-gobject' 'python-keyring' 'python-nbxmpp' - 'python-pyasn1' 'python-pyopenssl' 'python-precis_i18n' 'python-cssutils' + 'python-pyasn1' 'python-pyopenssl' 'python-precis_i18n' 'python-css-parser' 'python-distro' 'hicolor-icon-theme') optdepends=('alsa-utils: play notification sounds' 'python-dbus: for gajim-remote and zeroconf support' @@ -22,7 +22,7 @@ 'gst-python: for video/voice support' 'gspell: for spell checking support' 'notification-daemon: for desktop notifications' - 'geoclue2: share current location' + 'geoclue: share current location' 'gnome-keyring: store passwords encrypted in GNOME Keyring' 'kded: store passwords encrypted in KSecretService' 'gupnp-igd: request your router to forward port for file transfer' @@ -33,8 +33,8 @@ 'python-pillow: support of WebP avatars' 'python-axolotl: OMEMO support' 'python-qrcode: generate QR codes for OMEMO keys') -source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2) -sha512sums=('18062832f9b9295c7a844c347d5ece4a6db43126d5b58bbf362fdf2f8e082e2241c46dae6d1cbe66ebf2ef19f65618102c3c21fa0079a96fc21511e6e93420ac') +source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.gz) +sha512sums=('1a1ebc3a0605a12b5f459c576037359543814686a170199148e44e409d4f054cefdb66505e68ed4c28bd8c64a7910a70301c2d90d1d4b31b9587d9126329e8c4') build() { cd ${pkgname}-${pkgver}
