From 2d3159ff496988ef2cdb8f4629b51e18d0147fd1 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 22 Oct 2019 14:51:00 +0300 Subject: [PATCH] darktable: update to 2.6.3. --- srcpkgs/darktable/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template index 6f70b3487c4..0632b4d8cc6 100644 --- a/srcpkgs/darktable/template +++ b/srcpkgs/darktable/template @@ -1,6 +1,6 @@ # Template file for 'darktable' pkgname=darktable -version=2.6.2 +version=2.6.3 revision=1 # upstream only supports these archs: archs="i686* x86_64* aarch64* ppc64le*" @@ -18,12 +18,16 @@ makedepends="gtk+3-devel glib-devel exiv2-devel libglade-devel libxslt-devel depends="adwaita-icon-theme" short_desc="Virtual lighttable and darkroom for photographers" maintainer="lemmi " -license="GPL-3" +license="GPL-3.0-or-later" homepage="http://www.darktable.org/" changelog="https://github.com/darktable-org/darktable/releases" distfiles="https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz" -checksum=9cb9efbb09a40375ff05cef89343235a621c58339539e44985470a029a7ffb45 +checksum=a518999c8458472edfc04577026ce5047d74553052af0f52d10ba8ce601b78f0 case "$XBPS_TARGET_MACHINE" in ppc64le*) configure_args+=" -DUSE_OPENCL=OFF" esac + +case "$XBPS_TARGET_MACHINE" in + aarch64* ) broken="retouch build target fails:https://api.travis-ci.org/v3/job/601296766/log.txt" ;; +esac