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 61795e823..e63e9b1d6 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 186006 2016-08-08 12:07:45Z spupykin $ +# $Id: PKGBUILD 188560 2016-09-05 11:06:24Z 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> @@ -7,8 +7,8 @@ # Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski) pkgname=darktable -pkgver=2.0.5 -pkgrel=2.nonprism1 +pkgver=2.0.6 +pkgrel=1.nonprism1 pkgdesc="Utility to organize and develop raw images, without flickcurl support" epoch=1 arch=('i686' 'x86_64' 'armv7h') @@ -23,7 +23,7 @@ depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils' makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map') optdepends=('librsvg' 'osm-gps-map') source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz") -md5sums=('ad02f1ce777ac653f6937bd979e20c36') +md5sums=('38f4431065db699344bee9b1952e816b') build() { cd "$srcdir/$pkgname-release-$pkgver" |