summaryrefslogtreecommitdiff
path: root/nonprism/darktable
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-27 23:04:37 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-27 23:04:37 -0300
commit4bb0ed566a66fd60f7b09ed82fa04052c7537a80 (patch)
treee03583fae9a6a373e3b1d40e4d4876352e817cbd /nonprism/darktable
parent3b6a55f1d5b872d930dd6f09df6975fcef44cdec (diff)
darktable-2:2.2.0-1.nonprism1: updating version
Diffstat (limited to 'nonprism/darktable')
-rw-r--r--nonprism/darktable/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/nonprism/darktable/PKGBUILD b/nonprism/darktable/PKGBUILD
index 164cddd27..afde1cdeb 100644
--- a/nonprism/darktable/PKGBUILD
+++ b/nonprism/darktable/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 196058 2016-11-16 19:09:12Z spupykin $
+# $Id: PKGBUILD 202708 2016-12-26 10:20:48Z spupykin $
# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor (Arch): Christian Himpel <chressie at gmail dot com>
# Contributor (Arch): Johannes Hanika <hanatos at gmail dot com>
@@ -6,7 +6,7 @@
pkgname=darktable
epoch=2
-pkgver=2.0.7
+pkgver=2.2.0
pkgrel=1.nonprism1
pkgdesc="Utility to organize and develop raw images, without flickcurl support"
arch=('i686' 'x86_64' 'armv7h')
@@ -22,12 +22,12 @@ makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups')
optdepends=('librsvg' 'osm-gps-map' 'libcups')
validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9')
# even releases are stable, do not change source url!
-source=("https://github.com/darktable-org/darktable/releases/download/release-$pkgver/darktable-$pkgver.tar.xz"{,.asc})
-sha256sums=('a9226157404538183549079e3b8707c910fedbb669bd018106bdf584b88a1dab'
+source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
+sha256sums=('3eca193831faae58200bb1cb6ef29e658bce43a81706b54420953a7c33d79377'
'SKIP')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/$pkgname-${pkgver/rc/~rc}"
mkdir -p build
cd build
CXXFLAGS+=" -fpermissive"
@@ -52,7 +52,7 @@ build() {
}
package() {
- cd "$srcdir/$pkgname-$pkgver/build"
+ cd "$srcdir/$pkgname-${pkgver/rc/~rc}/build"
make DESTDIR="$pkgdir" install
ln -s darktable/libdarktable.so "$pkgdir/usr/lib/libdarktable.so"
install -Dm0755 ../tools/basecurve/dt-curve-tool "$pkgdir"/usr/bin/dt-curve-tool