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 0a1ee0186..a8806e0d8 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 123681 2014-12-09 14:10:27Z spupykin $ +# $Id: PKGBUILD 124423 2014-12-23 22:18:31Z 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.0 +pkgver=1.6.1 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=(https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz) -md5sums=('8330f3059f6c392a5623dd9d53cc2dfd') +md5sums=('86c2d90302ab1e57136d2728437db718') prepare() { cd "$srcdir/$pkgname-release-$pkgver/cmake" |