From f1650ef5a7f66a2c0c8518d052f0a9f4e24f842f Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Fri, 25 Mar 2022 12:53:43 -0700 Subject: [PATCH] lensfun: update to 0.3.3. --- common/shlibs | 2 +- srcpkgs/lensfun/template | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/shlibs b/common/shlibs index 2d8a8b8b0df3..f1ef90c17789 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1686,7 +1686,7 @@ libIlmImfUtil-2_4.so.24 libopenexr-2.4.0_1 libGraphicsMagick.so.3 libgraphicsmagick-1.3.19_1 libGraphicsMagick++.so.12 libgraphicsmagick-1.3.22_1 libGraphicsMagickWand.so.2 libgraphicsmagick-1.3.19_1 -liblensfun.so.1 lensfun-0.3.2_1 +liblensfun.so.1 lensfun-0.3.3_1 libmitlm.so.1 mitlm-0.4.2_1 libextractor.so.3 libextractor-1.1_1 libextractor_common.so.1 libextractor-1.1_1 diff --git a/srcpkgs/lensfun/template b/srcpkgs/lensfun/template index d41a14922621..f60c131377cf 100644 --- a/srcpkgs/lensfun/template +++ b/srcpkgs/lensfun/template @@ -1,17 +1,17 @@ # Template file for 'lensfun' pkgname=lensfun -version=0.3.2 -revision=2 +version=0.3.3 +revision=1 build_style=cmake configure_args="-DINSTALL_HELPER_SCRIPTS=0" maintainer="Orphaned " -homepage="http://lensfun.sourceforge.net/" +homepage="https://lensfun.github.io/" license="LGPL-3, CC-BY-SA-3.0" short_desc="Library for rectifying and simulating photographic lens distortions" hostmakedepends="pkg-config python" makedepends="libglib-devel" -distfiles="${SOURCEFORGE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.gz" -checksum=ae8bcad46614ca47f5bda65b00af4a257a9564a61725df9c74cb260da544d331 +distfiles="https://github.com/lensfun/lensfun/archive/refs/tags/v${version}.tar.gz" +checksum=57ba5a0377f24948972339e18be946af12eda22b7c707eb0ddd26586370f6765 case "$XBPS_TARGET_MACHINE" in i686*|x86_64*);;