diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-31 10:44:25 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-31 10:44:25 -0300 |
commit | 5d634948aa1db037c54cd2a5366fe26430d9b4db (patch) | |
tree | 6e7dbe771936028da70b492a4c74ec31ac1c3c1e /nonprism/darktable | |
parent | ea0d870a60fc17b997909d775098affe3b9bf0cd (diff) | |
download | abslibre-5d634948aa1db037c54cd2a5366fe26430d9b4db.tar.gz abslibre-5d634948aa1db037c54cd2a5366fe26430d9b4db.tar.bz2 abslibre-5d634948aa1db037c54cd2a5366fe26430d9b4db.zip |
darktable-1:2.0.3-1.nonprism1: updating version
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 ef082c5da..b933888d4 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 165491 2016-03-07 13:42:03Z spupykin $ +# $Id: PKGBUILD 168816 2016-03-29 18:08:22Z 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,7 +7,7 @@ # Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski) pkgname=darktable -pkgver=2.0.2 +pkgver=2.0.3 pkgrel=1.nonprism1 pkgdesc="Utility to organize and develop raw images, without flickcurl support" epoch=1 @@ -24,7 +24,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=('a72d3b05c26a1433eb0639d9cb9f4199') +md5sums=('0582896dd13b57bbf61807c66f74f29f') build() { cd "$srcdir/$pkgname-release-$pkgver" |