Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/gajim/template
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Template file for 'gajim'
pkgname=gajim
version=2.2.0
version=2.3.6
revision=1
build_style=python3-pep517
hostmakedepends="gettext python3-wheel"
depends="farstream gsound gst-libav gst-plugins-base1 gst-plugins-ugly1
gtksourceview5 libnm libsecret libsoup3 python3-Pillow python3-SQLAlchemy2
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-jeepney python3-keyring python3-nbxmpp
python3-netifaces python3-omemo-dr python3-openssl python3-packaging
Expand All @@ -18,7 +18,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=4ce66e32213946368962f356c65d85c82a7ab883be2cb5a245becdf63735c919
checksum=5f34ac3d420bc0519c5c98dda4136b34f5333775a04d253f93eb9bcbeb898d48

post_build() {
./make.py build --dist=unix
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/python3-nbxmpp/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'python3-nbxmpp'
pkgname=python3-nbxmpp
version=6.2.0
version=6.3.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel"
Expand All @@ -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=5ad792f1324edff5a62217cfb9279dbb54ac48177958ef484556b56e8fce7160
checksum=c418d52ad4f8f4095796997d0a92eb0098fe77431e406713042e158324a2564d

do_check() {
coverage run --source=nbxmpp -m unittest discover -v
Expand Down