gloox: update to 1.0.21.

Closes #15100.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-06-12 20:36:07 -03:00 committed by Enno Boland
parent 6f6ab057a8
commit c328b3f39a
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -1,16 +1,16 @@
# Template file for 'gloox'.
# Template file for 'gloox'
pkgname=gloox
version=1.0.20
revision=2
version=1.0.21
revision=1
build_style=gnu-configure
configure_args="--disable-static"
makedepends="zlib-devel"
depends="zlib"
short_desc="The Portable XMPP Engine"
maintainer="Wilson Birney <wpb@360scada.com>"
license="GPL-3"
license="GPL-3.0-or-later"
homepage="https://camaya.net/gloox/"
distfiles="https://camaya.net/download/gloox-${version}.tar.bz2"
checksum=0243086c0f4f0440d6d8e55705f83249a4463a1d75a034be42b5312e8886dea8
checksum=3c13155c10e3182a1a57779134cc524efb3657545849534b2831fae0e2c3a7cc
gloox-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
@ -18,8 +18,7 @@ gloox-devel_package() {
pkg_install() {
vmove usr/bin/gloox-config
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/*.a
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}