summaryrefslogtreecommitdiff
path: root/nonprism/darktable
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-22 01:40:57 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-22 01:40:57 -0300
commitd31ee6b3b5a3a4d8078a133cb34c9b1377cb3efc (patch)
tree2fd00179882257855e931211745bd1bbf20229c1 /nonprism/darktable
parent494408025712211842f873fa48e113d543084726 (diff)
darktable-2:2.0.7-1.nonprism1: updating version
Diffstat (limited to 'nonprism/darktable')
-rw-r--r--nonprism/darktable/PKGBUILD19
1 files changed, 10 insertions, 9 deletions
diff --git a/nonprism/darktable/PKGBUILD b/nonprism/darktable/PKGBUILD
index 91d5b3852..164cddd27 100644
--- a/nonprism/darktable/PKGBUILD
+++ b/nonprism/darktable/PKGBUILD
@@ -1,16 +1,14 @@
-# $Id: PKGBUILD 195350 2016-11-11 13:29:43Z spupykin $
+# $Id: PKGBUILD 196058 2016-11-16 19:09:12Z 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>
# Maintainer: Márcio Silva <coadde@parabola.nu>
-# Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
-
pkgname=darktable
-pkgver=2.2.0rc0
+epoch=2
+pkgver=2.0.7
pkgrel=1.nonprism1
pkgdesc="Utility to organize and develop raw images, without flickcurl support"
-epoch=1
arch=('i686' 'x86_64' 'armv7h')
url=http://darktable.sf.net/
license=('GPL3')
@@ -22,11 +20,14 @@ depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
'colord' 'colord-gtk' 'graphicsmagick')
makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups')
optdepends=('librsvg' 'osm-gps-map' 'libcups')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz")
-md5sums=('d64520874c0c9606849309b4110a5d73')
+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'
+ 'SKIP')
build() {
- cd "$srcdir/$pkgname-release-$pkgver"
+ cd "$srcdir/$pkgname-$pkgver"
mkdir -p build
cd build
CXXFLAGS+=" -fpermissive"
@@ -51,7 +52,7 @@ build() {
}
package() {
- cd "$srcdir/$pkgname-release-$pkgver/build"
+ cd "$srcdir/$pkgname-$pkgver/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