diff options
Diffstat (limited to 'nonprism/darktable')
-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 891c437ea..aa0376291 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 172234 2016-04-27 22:56:01Z spupykin $ +# $Id: PKGBUILD 173698 2016-05-04 10:59:30Z spupykin $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor (Arch): Christian Himpel <chressie at gmail dot com> # Contributor (Arch): Johannes Hanika <hanatos at gmail dot com> @@ -7,8 +7,8 @@ # Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski) pkgname=darktable -pkgver=2.0.3 -pkgrel=3.nonprism1 +pkgver=2.0.4 +pkgrel=1.nonprism1 pkgdesc="Utility to organize and develop raw images, without flickcurl support" epoch=1 arch=('i686' 'x86_64' 'armv7h') @@ -23,7 +23,7 @@ depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils' makedepends=('intltool>=0.40' 'cmake' 'librsvg') optdepends=('librsvg') source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz") -md5sums=('0582896dd13b57bbf61807c66f74f29f') +md5sums=('130a0bd61cabd21f2df67dadc62be792') build() { cd "$srcdir/$pkgname-release-$pkgver" |