diff --git a/common/shlibs b/common/shlibs index 302b07998d4..aebde6d7d26 100644 --- a/common/shlibs +++ b/common/shlibs @@ -554,9 +554,11 @@ libart_lgpl_2.so.2 libart-2.3.20_1 libgnomecanvas-2.so.0 libgnomecanvas-2.30.1_1 libgnomecanvasmm-2.6.so.1 libgnomecanvasmm-2.26.0_1 libgnome-keyring.so.0 libgnome-keyring-3.0.0_1 -libical.so.1 libical-1.0_1 -libicalss.so.1 libical-1.0_1 -libicalvcal.so.1 libical-1.0_1 +libical.so.2 libical-2.0.0_1 +libical_cxx.so.2 libical-2.0.0_1 +libicalss.so.2 libical-2.0.0_1 +libicalss_cxx.so.2 libical-2.0.0_1 +libicalvcal.so.2 libical-2.0.0_1 libcamel-1.2.so.54 evolution-data-server-3.17.90_1 libedataserver-1.2.so.21 evolution-data-server-3.17.90_1 libebackend-1.2.so.10 evolution-data-server-3.17.90_1 diff --git a/srcpkgs/libical/template b/srcpkgs/libical/template index 75fa22bfdcb..e53497af401 100644 --- a/srcpkgs/libical/template +++ b/srcpkgs/libical/template @@ -1,15 +1,15 @@ # Template build file for 'libical'. pkgname=libical -version=1.0 +version=2.0.0 revision=1 build_style=cmake hostmakedepends="cmake perl" short_desc="Reference implementation of the iCalendar data type and format" -homepage="http://sourceforge.net/projects/freeassociation/" +homepage="http://libical.github.io/libical/" license="LGPL-2.1, MPL-1" maintainer="Juan RP " -distfiles="${SOURCEFORGE_SITE}/freeassociation/$pkgname-$version.tar.gz" -checksum=7c39b3448e4927a2de2775d853f52b3aaeb42400970a3db0b01a78987e6ec0b7 +distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" +checksum=20f4a98475052e1200d2691ba50b27969e4bedc6e50bffd5e2fa81f4ac90de9a libical-devel_package() { depends="${sourcepkg}>=${version}_${revision}"