diff --git a/srcpkgs/gloox/patches/gloox-musl.patch b/srcpkgs/gloox/patches/gloox-musl.patch index 73bd2aec340..a052ad1cdc3 100644 --- a/srcpkgs/gloox/patches/gloox-musl.patch +++ b/srcpkgs/gloox/patches/gloox-musl.patch @@ -9,13 +9,3 @@ #ifndef _WIN32_WCE # include ---- src/dns.cpp.orig 2017-02-21 13:32:58.000000000 +0100 -+++ src/dns.cpp 2018-01-03 08:36:12.832722565 +0100 -@@ -22,6 +22,7 @@ - #endif - - #include -+#include - - #if ( !defined( _WIN32 ) && !defined( _WIN32_WCE ) ) || defined( __SYMBIAN32__ ) - # include diff --git a/srcpkgs/gloox/template b/srcpkgs/gloox/template index 16b43af4ca9..0099876f5b2 100644 --- a/srcpkgs/gloox/template +++ b/srcpkgs/gloox/template @@ -1,16 +1,16 @@ # Template file for 'gloox' pkgname=gloox -version=1.0.21 -revision=2 +version=1.0.22 +revision=1 build_style=gnu-configure configure_args="--disable-static" makedepends="zlib-devel" -short_desc="The Portable XMPP Engine" +short_desc="Portable XMPP Engine" maintainer="Wilson Birney " license="GPL-3.0-or-later" -homepage="https://camaya.net/gloox/" +homepage="https://camaya.net/gloox" distfiles="https://camaya.net/download/gloox-${version}.tar.bz2" -checksum=3c13155c10e3182a1a57779134cc524efb3657545849534b2831fae0e2c3a7cc +checksum=4ade1b14848ccfcd89a505a4fff05116c24f13cef8d02fab0ade2717117ec964 gloox-devel_package() { depends="${sourcepkg}>=${version}_${revision}"