From d31ee6b3b5a3a4d8078a133cb34c9b1377cb3efc Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 22 Nov 2016 01:40:57 -0300 Subject: darktable-2:2.0.7-1.nonprism1: updating version --- nonprism/darktable/PKGBUILD | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'nonprism/darktable/PKGBUILD') 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 # Contributor (Arch): Christian Himpel # Contributor (Arch): Johannes Hanika # Maintainer: Márcio Silva -# 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 -- cgit v1.2.3-54-g00ecf