diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-09 02:17:51 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-03-09 02:21:48 -0300 |
commit | e545d9fd89f324e2ad67d192419747172f95d82a (patch) | |
tree | c0867254bc5f7c6061e23313579d8dfc7436d6f7 | |
parent | 5568c3efe9ed8c109c4ac0f3b767298208c8d098 (diff) | |
download | abslibre-e545d9fd89f324e2ad67d192419747172f95d82a.tar.gz abslibre-e545d9fd89f324e2ad67d192419747172f95d82a.tar.bz2 abslibre-e545d9fd89f324e2ad67d192419747172f95d82a.zip |
darktable-1:2.0.2-1.nonprism1: updating version
-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 b9f54228d..ef082c5da 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 161431 2016-02-12 17:05:16Z bpiotrowski $ +# $Id: PKGBUILD 165491 2016-03-07 13:42:03Z 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.1 +pkgver=2.0.2 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=('3aceeb87e95f0748955260e775d5a2c9') +md5sums=('a72d3b05c26a1433eb0639d9cb9f4199') build() { cd "$srcdir/$pkgname-release-$pkgver" |