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

Sergej Pupykin spupykin at archlinux.org
Tue Jun 9 13:56:01 UTC 2015


    Date: Tuesday, June 9, 2015 @ 15:56:00
  Author: spupykin
Revision: 135094

upgpkg: darktable 1.6.7-1

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-09 12:49:50 UTC (rev 135093)
+++ PKGBUILD	2015-06-09 13:56:00 UTC (rev 135094)
@@ -4,8 +4,8 @@
 # Contributor: Johannes Hanika <hanatos at gmail dot com>
 
 pkgname=darktable
-pkgver=1.6.6
-pkgrel=2
+pkgver=1.6.7
+pkgrel=1
 pkgdesc="Utility to organize and develop raw images"
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/
@@ -12,17 +12,17 @@
 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
 source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz")
-md5sums=('4e880ffdf9e80dc09de3bdc2fc8f81c9')
+md5sums=('813f3d4a28e5025a90a7cc135cfa9c4d')
 
 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
+#  sed -i 's|lua5.2|lua52|g' modules/FindLua52.cmake
 }
 
 build() {



More information about the arch-commits mailing list