diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-05-11 08:00:53 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-05-11 08:01:50 -0300 |
commit | 1cfa9420f3bebf42de8f8694a42e691bc68472d4 (patch) | |
tree | e4a07497c1f17bbd0d443aa85972d9eab6723e5d /nonprism/darktable | |
parent | c3d4f682011785d23c3fbb93344304f313556cb8 (diff) | |
download | abslibre-1cfa9420f3bebf42de8f8694a42e691bc68472d4.tar.gz abslibre-1cfa9420f3bebf42de8f8694a42e691bc68472d4.tar.bz2 abslibre-1cfa9420f3bebf42de8f8694a42e691bc68472d4.zip |
darktable-1.6.6-2.nonprism1: rebuild against openexr, ilmbase and lua
Diffstat (limited to 'nonprism/darktable')
-rw-r--r-- | nonprism/darktable/PKGBUILD | 5 |
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() { |