diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-25 05:02:18 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-25 05:31:08 -0300 |
commit | 25a4a646217c40f18ce46e4d4915ed3f388ab634 (patch) | |
tree | 045552fd05884a2a5eee28ea24670f780fb16a9a | |
parent | a0a3c7983c115c0756149bdf63c16ee95871ec9a (diff) | |
download | abslibre-25a4a646217c40f18ce46e4d4915ed3f388ab634.tar.gz abslibre-25a4a646217c40f18ce46e4d4915ed3f388ab634.tar.bz2 abslibre-25a4a646217c40f18ce46e4d4915ed3f388ab634.zip |
darktable-1:2.0.7-1.nonprism1: updating version
-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 b78c864c3..d1ab879e8 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 191908 2016-10-11 09:32:33Z spupykin $ +# $Id: PKGBUILD 193186 2016-10-24 11:56:49Z 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.6 -pkgrel=2.nonprism1 +pkgver=2.0.7 +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' 'osm-gps-map') optdepends=('librsvg' 'osm-gps-map') source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz") -md5sums=('38f4431065db699344bee9b1952e816b') +md5sums=('7ad1d6629653270eb915f4fc6a0189d8') build() { cd "$srcdir/$pkgname-release-$pkgver" |