From 1cfa9420f3bebf42de8f8694a42e691bc68472d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Mon, 11 May 2015 08:00:53 -0300 Subject: darktable-1.6.6-2.nonprism1: rebuild against openexr, ilmbase and lua --- nonprism/darktable/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nonprism/darktable/PKGBUILD b/nonprism/darktable/PKGBUILD index c9f32a637..89e8b1166 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 132445 2015-04-28 12:43:53Z spupykin $ +# $Id: PKGBUILD 133207 2015-05-10 20:06:41Z spupykin $ # Maintainer (Arch): Sergej Pupykin # Maintainer (Arch): Christian Himpel # Contributor (Arch): Johannes Hanika pkgname=darktable pkgver=1.6.6 -pkgrel=1.nonprism1 +pkgrel=2.nonprism1 pkgdesc="Utility to organize and develop raw images, without flickcurl support" arch=('i686' 'x86_64' 'mips64el') url=http://darktable.sf.net/ @@ -24,6 +24,7 @@ md5sums=('4e880ffdf9e80dc09de3bdc2fc8f81c9') prepare() { cd "$srcdir/$pkgname-release-$pkgver/cmake" sed "s|@PROJECT_VERSION@|$pkgver|" version.cmake.cmake >version.cmake + sed -i 's|lua5.2|lua52|g' modules/FindLua52.cmake } build() { -- cgit v1.2.3-2-g168b