diff --git a/srcpkgs/libcmis/patches/boost-1.68.patch b/srcpkgs/libcmis/patches/boost-1.68.patch deleted file mode 100644 index 443b289722..0000000000 --- a/srcpkgs/libcmis/patches/boost-1.68.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/libcmis/xml-utils.cxx 2016-03-01 17:14:26.000000000 +0100 -+++ - 2018-10-01 13:30:30.734080390 +0200 -@@ -31,7 +31,7 @@ - #include - #include - --#include -+#include - #include - - #include "xml-utils.hxx" diff --git a/srcpkgs/libcmis/template b/srcpkgs/libcmis/template index 2fc5a51634..f7c2cb6e7a 100644 --- a/srcpkgs/libcmis/template +++ b/srcpkgs/libcmis/template @@ -1,17 +1,17 @@ # Template file for 'libcmis' pkgname=libcmis -version=0.5.1 -revision=5 +version=0.5.2 +revision=1 build_style=gnu-configure configure_args="DOCBOOK2MAN=docbook2man --disable-werror" hostmakedepends="pkg-config docbook2x" makedepends="libcurl-devel libxml2-devel libcppunit-devel boost-devel" short_desc="C/C++ client library for the CMIS protocol" maintainer="Enno Boland " -license="GPL-2, LGPL-2.1, MPL-1.1" +license="GPL-2.0-or-later, LGPL-2.1-or-later, MPL-1.1" homepage="https://github.com/tdf/libcmis" distfiles="https://github.com/tdf/libcmis/releases/download/v${version}/libcmis-${version}.tar.gz" -checksum=6acbdf22ecdbaba37728729b75bfc085ee5a4b49a6024757cfb86ccd3da27b0e +checksum=ed6f681a48abbf3c2324564b17a180d21fa9503230e8708825e1ad80daee4f81 CXXFLAGS="-Wno-deprecated"