diff options
-rw-r--r-- | nonprism/darktable/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/nonprism/darktable/PKGBUILD b/nonprism/darktable/PKGBUILD index 208f439e0..b9f54228d 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -1,13 +1,16 @@ -# $Id: PKGBUILD 159771 2016-02-01 07:51:10Z bgyorgy $ +# $Id: PKGBUILD 161431 2016-02-12 17:05:16Z bpiotrowski $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> -# Maintainer (Arch): Christian Himpel <chressie at gmail dot com> +# Contributor (Arch): Christian Himpel <chressie at gmail dot com> # Contributor (Arch): Johannes Hanika <hanatos at gmail dot com> # Maintainer: Márcio Silva <coadde@parabola.nu> +# Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski) + pkgname=darktable -pkgver=2.1.0 -pkgrel=2.nonprism1 +pkgver=2.0.1 +pkgrel=1.nonprism1 pkgdesc="Utility to organize and develop raw images, without flickcurl support" +epoch=1 arch=('i686' 'x86_64') url=http://darktable.sf.net/ license=('GPL3') @@ -21,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=('d53daedd850447c9d4f61ed6022c3b74') +md5sums=('3aceeb87e95f0748955260e775d5a2c9') build() { cd "$srcdir/$pkgname-release-$pkgver" |