summaryrefslogtreecommitdiff
path: root/nonprism/darktable
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-01-11 12:12:26 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-01-11 12:12:26 -0200
commit9a159e03c9bb3e734c08aaf012186ac8e55245aa (patch)
tree99d088af9a6d1539c6d13b984cd71fc360bdde50 /nonprism/darktable
parent6d17f5318dfe50a7caaeaf8f5c21a6e16fa1cd45 (diff)
darktable-1.6.1-4.nonprism1: update revision from Arch
Diffstat (limited to 'nonprism/darktable')
-rw-r--r--nonprism/darktable/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/nonprism/darktable/PKGBUILD b/nonprism/darktable/PKGBUILD
index e75e6dd9f..80df511cb 100644
--- a/nonprism/darktable/PKGBUILD
+++ b/nonprism/darktable/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 124551 2014-12-25 13:14:58Z spupykin $
+# $Id: PKGBUILD 125731 2015-01-11 11:54:58Z 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.1
-pkgrel=3.nonprism1
+pkgrel=4.nonprism1
pkgdesc="Utility to organize and develop raw images, without flickcurl support"
arch=('i686' 'x86_64' 'mips64el')
url=http://darktable.sf.net/
@@ -18,12 +18,12 @@ depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 'dbu
makedepends=('intltool>=0.40' 'cmake' 'librsvg')
optdepends=('librsvg')
install=darktable.install
-source=(https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz")
md5sums=('86c2d90302ab1e57136d2728437db718')
prepare() {
cd "$srcdir/$pkgname-release-$pkgver/cmake"
- mv version.cmake.cmake version.cmake
+ sed "s|@PROJECT_VERSION@|$pkgver|" version.cmake.cmake >version.cmake
}
build() {