summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nonprism/darktable/PKGBUILD5
1 files 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 <pupykin.s+arch@gmail.com>
# Maintainer (Arch): Christian Himpel <chressie at gmail dot com>
# Contributor (Arch): Johannes Hanika <hanatos at gmail dot com>
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() {