diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template index ca1bf2ce5ca346..bc69733d0daf44 100644 --- a/srcpkgs/gajim/template +++ b/srcpkgs/gajim/template @@ -1,17 +1,17 @@ # Template file for 'gajim' pkgname=gajim -version=2.4.5 +version=2.4.6 revision=1 build_style=python3-pep517 hostmakedepends="gettext python3-wheel" -depends="gsound gst-libav gst-plugins-bad1 gst-plugins-base1 gst-plugins-good1 +depends="gst-libav gst-plugins-bad1 gst-plugins-base1 gst-plugins-good1 gst-plugins-rs1 gtksourceview5 libadwaita libnm libsecret libsoup3 python3-Pillow python3-SQLAlchemy2 python3-cairo python3-cryptography python3-css-parser python3-dbus python3-distro python3-emoji python3-gobject python3-h2 python3-httpx python3-jeepney python3-keyring python3-nbxmpp python3-netifaces python3-omemo-dr python3-openssl python3-packaging python3-precis-i18n python3-pyasn1 python3-qrcode python3-setuptools python3-socksio - python3-truststore" + python3-truststore python3-mediafile" checkdepends="${depends} python3-packaging" short_desc="Full featured Jabber/XMPP client" maintainer="Emil Tomczyk " @@ -19,7 +19,7 @@ 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=e2ce21095c75d2fefd7496c7fb45985dac431d1887f0556ecc49347783fb7de6 +checksum=cce08def13e4b4c2852a91c108f8d949986bcd4697a4a72c954c17c2ff7c9746 post_build() { ./make.py build --dist=unix diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template index a184ac1ab675dd..85987c95f94133 100644 --- a/srcpkgs/python3-nbxmpp/template +++ b/srcpkgs/python3-nbxmpp/template @@ -1,6 +1,6 @@ # Template file for 'python3-nbxmpp' pkgname=python3-nbxmpp -version=7.1.0 +version=7.2.0 revision=1 build_style=python3-pep517 hostmakedepends="python3-wheel" @@ -12,7 +12,7 @@ license="GPL-2.0-or-later" homepage="https://python-nbxmpp.gajim.org/" changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog" distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz" -checksum=133407d6ff3ded2e569c1da2e92b34d68432e8f4330ad0a034e9d041eb4483ca +checksum=abc5831934089a9c63c90d8c067a477d5db5917b93f38d9109d8194338710792 do_check() { coverage run --source=nbxmpp -m unittest discover -v