diff options
Diffstat (limited to 'nonprism/darktable/PKGBUILD')
-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 b9f54228d..ef082c5da 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 161431 2016-02-12 17:05:16Z bpiotrowski $ +# $Id: PKGBUILD 165491 2016-03-07 13:42:03Z 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.1 +pkgver=2.0.2 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=('3aceeb87e95f0748955260e775d5a2c9') +md5sums=('a72d3b05c26a1433eb0639d9cb9f4199') build() { cd "$srcdir/$pkgname-release-$pkgver" |