diff --git a/srcpkgs/libical/template b/srcpkgs/libical/template index cfe3275dd14..659e7fa44aa 100644 --- a/srcpkgs/libical/template +++ b/srcpkgs/libical/template @@ -1,14 +1,14 @@ -# Template build file for 'libical'. +# Template file for 'libical' pkgname=libical version=2.0.0 -revision=2 +revision=3 build_style=cmake hostmakedepends="perl" short_desc="Reference implementation of the iCalendar data type and format" homepage="http://libical.github.io/libical/" license="LGPL-2.1, MPL-1" maintainer="Juan RP " -distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" +distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz" checksum=20f4a98475052e1200d2691ba50b27969e4bedc6e50bffd5e2fa81f4ac90de9a libical-devel_package() { @@ -19,5 +19,6 @@ libical-devel_package() { vmove usr/lib/pkgconfig vmove usr/lib/*.a vmove usr/lib/*.so + vmove usr/lib/cmake } }