[arch-commits] Commit in darktable/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Tue May 5 12:03:44 UTC 2015


    Date: Tuesday, May 5, 2015 @ 14:03:43
  Author: spupykin
Revision: 132775

upgpkg: darktable 1.6.6-2

upd

Modified:
  darktable/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-05 11:30:11 UTC (rev 132774)
+++ PKGBUILD	2015-05-05 12:03:43 UTC (rev 132775)
@@ -5,7 +5,7 @@
 
 pkgname=darktable
 pkgver=1.6.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Utility to organize and develop raw images"
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/
@@ -12,7 +12,7 @@
 license=('GPL3')
 depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 'dbus-glib'
 	 'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-	 'libsoup' 'gtk-engines' 'json-glib' 'flickcurl' 'lua' 'colord')
+	 'libsoup' 'gtk-engines' 'json-glib' 'flickcurl' 'lua52' 'colord')
 makedepends=('intltool>=0.40' 'cmake' 'librsvg')
 optdepends=('librsvg')
 install=darktable.install
@@ -22,6 +22,7 @@
 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() {



More information about the arch-commits mailing list