diff options
Diffstat (limited to 'nonprism')
-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 c06c25538..989e6ce2b 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 126981 2015-02-02 11:26:38Z spupykin $ +# $Id: PKGBUILD 128521 2015-03-02 10:59:26Z spupykin $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer (Arch): Christian Himpel <chressie at gmail dot com> # Contributor (Arch): Johannes Hanika <hanatos at gmail dot com> pkgname=darktable -pkgver=1.6.2 +pkgver=1.6.3 pkgrel=1.nonprism1 pkgdesc="Utility to organize and develop raw images, without flickcurl support" arch=('i686' 'x86_64' 'mips64el') @@ -19,7 +19,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=('71f786a0bfce1b72e0a28ea560684205') +md5sums=('631eec1dfa2071bbb56156d99ed164c2') prepare() { cd "$srcdir/$pkgname-release-$pkgver/cmake" |