From 62fde48677138d4d705558ae0efa2e483761256a Mon Sep 17 00:00:00 2001 From: Mohammed Anas Date: Sat, 2 Dec 2023 00:08:35 +0000 Subject: [PATCH] libical: update to 3.0.17. --- srcpkgs/libical/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libical/template b/srcpkgs/libical/template index f368c11c3db8d..73cfe495c1b65 100644 --- a/srcpkgs/libical/template +++ b/srcpkgs/libical/template @@ -1,7 +1,7 @@ # Template file for 'libical' pkgname=libical -version=3.0.16 -revision=3 +version=3.0.17 +revision=1 build_style=cmake build_helper="gir qemu" configure_args="-DICAL_BUILD_DOCS=false @@ -12,9 +12,10 @@ checkdepends="python3-gobject" short_desc="Reference implementation of the iCalendar data type and format" maintainer="Orphaned " license="LGPL-2.1-only, MPL-2.0" -homepage="http://libical.github.io/libical/" -distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz" -checksum=b44705dd71ca4538c86fb16248483ab4b48978524fb1da5097bd76aa2e0f0c33 +homepage="https://libical.github.io/libical/" +changelog="https://raw.githubusercontent.com/libical/libical/master/ReleaseNotes.txt" +distfiles="https://github.com/libical/libical/archive/v${version}.tar.gz" +checksum=bcda9a6db6870240328752854d1ea475af9bbc6356e6771018200e475e5f781b build_options="gir" build_options_default="gir"