From 0b86237dc0e208fb343e1cb33ae53eb061b62bd2 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 27 Aug 2022 21:26:55 -0400 Subject: [PATCH] lensfun: update to 0.3.3. --- srcpkgs/lensfun/template | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/srcpkgs/lensfun/template b/srcpkgs/lensfun/template index d41a14922621..e73b8e6626ff 100644 --- a/srcpkgs/lensfun/template +++ b/srcpkgs/lensfun/template @@ -1,17 +1,18 @@ # 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/" -license="LGPL-3, CC-BY-SA-3.0" -short_desc="Library for rectifying and simulating photographic lens distortions" -hostmakedepends="pkg-config python" +hostmakedepends="pkg-config python3" makedepends="libglib-devel" -distfiles="${SOURCEFORGE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.gz" -checksum=ae8bcad46614ca47f5bda65b00af4a257a9564a61725df9c74cb260da544d331 +short_desc="Library for rectifying and simulating photographic lens distortions" +maintainer="Orphaned " +license="LGPL-3.0-only, CC-BY-SA-3.0" +homepage="https://lensfun.github.io" +changelog="https://raw.githubusercontent.com/lensfun/lensfun/master/ChangeLog" +distfiles="https://github.com/lensfun/lensfun/archive/refs/tags/v${version}.tar.gz" +checksum=57ba5a0377f24948972339e18be946af12eda22b7c707eb0ddd26586370f6765 case "$XBPS_TARGET_MACHINE" in i686*|x86_64*);;