diff options
-rw-r--r-- | nonprism/darktable/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nonprism/darktable/PKGBUILD b/nonprism/darktable/PKGBUILD index ef082c5da..b933888d4 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 165491 2016-03-07 13:42:03Z spupykin $ +# $Id: PKGBUILD 168816 2016-03-29 18:08:22Z 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,7 +7,7 @@ # Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski) pkgname=darktable -pkgver=2.0.2 +pkgver=2.0.3 pkgrel=1.nonprism1 pkgdesc="Utility to organize and develop raw images, without flickcurl support" epoch=1 @@ -24,7 +24,7 @@ makedepends=('intltool>=0.40' 'cmake' 'librsvg') optdepends=('librsvg') install=darktable.install source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz") -md5sums=('a72d3b05c26a1433eb0639d9cb9f4199') +md5sums=('0582896dd13b57bbf61807c66f74f29f') build() { cd "$srcdir/$pkgname-release-$pkgver" |