python-nbxmpp: update to 0.6.9.

This commit is contained in:
Duncaen 2019-01-09 12:53:46 +01:00
parent 49be2a41b7
commit 67d65ff8a7

View file

@ -1,6 +1,6 @@
# Template file for 'python-nbxmpp'
pkgname=python-nbxmpp
version=0.6.8
version=0.6.9
revision=1
noarch=yes
wrksrc="${pkgname#*-}-${version}"
@ -12,8 +12,9 @@ short_desc="Non blocking Jabber/XMPP module (Python2)"
maintainer="Duncaen <duncaen@voidlinux.org>"
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=8c2b4b8aac1a8c6d07c1e30af542fde20a70a9b8c7c04017e9cea0db654437c6
checksum=660d796f6d97b30a5e249417abf012ee30a22b9e40817dde05ca9f35c96cc80d
python3-nbxmpp_package() {
noarch=yes
@ -21,6 +22,6 @@ python3-nbxmpp_package() {
pycompile_module="nbxmpp"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove "usr/lib/python3*"
vmove "usr/lib/python${py3_ver}"
}
}