Date: Friday, February 12, 2016 @ 18:05:16 Author: bpiotrowski Revision: 161431
upgpkg: darktable 1:2.0.1-1 downgrade to stable release Modified: darktable/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-12 16:04:42 UTC (rev 161430) +++ PKGBUILD 2016-02-12 17:05:16 UTC (rev 161431) @@ -1,12 +1,15 @@ # $Id$ # Maintainer: Sergej Pupykin <[email protected]> -# Maintainer: Christian Himpel <chressie at gmail dot com> +# Contributor: Christian Himpel <chressie at gmail dot com> # Contributor: Johannes Hanika <hanatos at gmail dot com> +# Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski) + pkgname=darktable -pkgver=2.1.0 -pkgrel=3 +pkgver=2.0.1 +pkgrel=1 pkgdesc="Utility to organize and develop raw images" +epoch=1 arch=('i686' 'x86_64') url=http://darktable.sf.net/ license=('GPL3') @@ -18,7 +21,7 @@ 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"
