diff options
-rw-r--r-- | nonprism/darktable/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nonprism/darktable/PKGBUILD b/nonprism/darktable/PKGBUILD index a8e95ea7b..fc2d3f846 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 130897 2015-04-07 17:11:10Z spupykin $ +# $Id: PKGBUILD 132209 2015-04-24 21:31:01Z 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.4 -pkgrel=3.nonprism1 +pkgver=1.6.5 +pkgrel=1.nonprism1 pkgdesc="Utility to organize and develop raw images, without flickcurl support" arch=('i686' 'x86_64' 'mips64el') url=http://darktable.sf.net/ @@ -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=('702a7e285edefb53365e0511bf17c92d') +md5sums=('2d688e388313faab11c81dbb582fcbc8') prepare() { cd "$srcdir/$pkgname-release-$pkgver/cmake" |