From 4fea564a96694e6ed4ae9e74652fbc6104196136 Mon Sep 17 00:00:00 2001 From: teldra Date: Tue, 4 Oct 2022 08:11:13 +0200 Subject: [PATCH] gajim: update to 1.5.2. --- srcpkgs/gajim/template | 10 +++++----- srcpkgs/python3-nbxmpp/template | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template index 2566793ea3c..49cd65cb4a4 100644 --- a/srcpkgs/gajim/template +++ b/srcpkgs/gajim/template @@ -1,23 +1,23 @@ # Template file for 'gajim' pkgname=gajim -version=1.4.7 +version=1.5.2 revision=1 build_style=python3-module hostmakedepends="gettext python3-setuptools" depends="python3-gobject python3-setuptools python3-Pillow - python3-cairo python3-dbus libsecret gupnp-igd gsound geoclue2 libnm + python3-cairo python3-dbus libsecret gupnp-igd gsound libnm python3-nbxmpp python3-openssl python3-css-parser python3-keyring python3-precis-i18n python3-packaging python3-setuptools python3-distro - python3-netifaces python3-pyasn1 libsoup farstream gst-plugins-base1 + python3-netifaces python3-pyasn1 python3-jeepney libsoup farstream gst-plugins-base1 gst-plugins-ugly1 gst-libav gtksourceview4" -checkdepends="${depends}" +checkdepends="${depends} python3-packaging" short_desc="Full featured Jabber/XMPP client" maintainer="teldra " license="GPL-3.0-only" homepage="https://www.gajim.org" changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog" distfiles="https://gajim.org/downloads/${version%.*}/gajim-${version}.tar.gz" -checksum=1a4807bf3a34b31048824e4fff762bd1e1622f464e73a426c09684dc293684f3 +checksum=917a46686a7d3967436b5ab7871ee7ac3d5978a1f908a9538196f2b8d674e7ff post_install() { vdoc "${FILESDIR}/README.voidlinux" diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template index a968b8d25fa..8fecbfd76ec 100644 --- a/srcpkgs/python3-nbxmpp/template +++ b/srcpkgs/python3-nbxmpp/template @@ -6,7 +6,7 @@ wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup" -checkdepends="${depends} python3-wheel python3-pylint python3-coverage libsoup" +checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage libsoup" short_desc="Non blocking Jabber/XMPP module" maintainer="Duncaen " license="GPL-2.0-or-later"