diff options
-rw-r--r-- | nonprism/darktable/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nonprism/darktable/PKGBUILD b/nonprism/darktable/PKGBUILD index d1ab879e8..3eb57cd53 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 193186 2016-10-24 11:56:49Z spupykin $ +# $Id: PKGBUILD 193581 2016-10-26 10:18:53Z 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> @@ -8,7 +8,7 @@ pkgname=darktable pkgver=2.0.7 -pkgrel=1.nonprism1 +pkgrel=2.nonprism1 pkgdesc="Utility to organize and develop raw images, without flickcurl support" epoch=1 arch=('i686' 'x86_64' 'armv7h') @@ -20,8 +20,8 @@ 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') -makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map') -optdepends=('librsvg' 'osm-gps-map') +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=('7ad1d6629653270eb915f4fc6a0189d8') |