diff options
Diffstat (limited to 'nonprism/darktable')
-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 fc2d3f846..c9f32a637 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 132209 2015-04-24 21:31:01Z spupykin $ +# $Id: PKGBUILD 132445 2015-04-28 12:43:53Z 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.5 +pkgver=1.6.6 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=('2d688e388313faab11c81dbb582fcbc8') +md5sums=('4e880ffdf9e80dc09de3bdc2fc8f81c9') prepare() { cd "$srcdir/$pkgname-release-$pkgver/cmake" |