From e4a64f968f19d38e3603fa09676489fc712f185f Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Wed, 29 Nov 2017 18:57:17 +0100 Subject: nonprism/darktable: updated to 2.2.5 --- nonprism/darktable/PKGBUILD | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/nonprism/darktable/PKGBUILD b/nonprism/darktable/PKGBUILD index f32eb0b8b..429c67064 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -1,30 +1,34 @@ -# $Id: PKGBUILD 220422 2017-04-03 17:11:32Z spupykin $ +# Maintainer: Andreas Grapentin # Maintainer (Arch): Sergej Pupykin +# Contributor: Márcio Silva # Contributor (Arch): Christian Himpel # Contributor (Arch): Johannes Hanika -# Maintainer: Márcio Silva pkgname=darktable + epoch=2 -pkgver=2.2.4 -pkgrel=1.nonprism1 +pkgver=2.2.5 +pkgrel=2.nonprism1 +arch=(i686 x86_64 armv7h) + pkgdesc="Utility to organize and develop raw images, without flickcurl support" -arch=('i686' 'x86_64' 'armv7h') -url=http://darktable.sf.net/ -license=('GPL3') +url="http://darktable.sf.net/" +license=(GPL3) + +depends=("exiv2>=0.18" lcms2 "lensfun>=0.2.3" desktop-file-utils + curl libsecret libgphoto2 openexr sqlite libxslt + libsoup gtk3 pugixml json-glib lua52 + colord colord-gtk graphicsmagick osm-gps-map) +makedepends=("intltool>=0.40" cmake librsvg osm-gps-map libcups) +optdepends=(librsvg libcups) replaces=(${pkgname}-nonprism) conflicts=(${pkgname}-nonprism) -depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils' - 'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt' - 'libsoup' 'gtk3' 'pugixml' 'json-glib' 'lua52' - 'colord' 'colord-gtk' 'graphicsmagick' 'osm-gps-map') -makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups') -optdepends=('librsvg' '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/rc/.rc}.tar.xz"{,.asc}) -sha256sums=('bd5445d6b81fc3288fb07362870e24bb0b5378cacad2c6e6602e32de676bf9d8' +sha256sums=('e303a42b33f78eb1f48d3b36d1df46f30873df4c5a7b49605314f61c49fbf281' 'SKIP') +validpgpkeys=(C4CBC150699956E2A3268EF5BB5CC8295B1779C9) build() { cd "$srcdir/$pkgname-${pkgver/rc/~rc}" -- cgit v1.2.2