diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-12-24 19:06:06 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-12-24 19:06:06 -0200 |
commit | 76e06d3e62547b1f0bcebf2bd30d234aa6ee49cc (patch) | |
tree | 922d0e5c8d30a238f8ebbff6ceed6de68134f073 /nonprism/darktable | |
parent | 9935897983aa8b3b6b3e59951bcd19663842d2dc (diff) | |
parent | a2fdccac85fa2126556b6dd0a052a9ddb9cb93ee (diff) |
Merge branch 'master' of ssh://projects.parabola.nu:1863/~git/abslibre/abslibre
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 0a1ee0186..a8806e0d8 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 123681 2014-12-09 14:10:27Z spupykin $ +# $Id: PKGBUILD 124423 2014-12-23 22:18:31Z 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.0 +pkgver=1.6.1 pkgrel=1.nonprism1 pkgdesc="Utility to organize and develop raw images, without flickcurl support" arch=('i686' 'x86_64' 'mips64el') @@ -19,7 +19,7 @@ makedepends=('intltool>=0.40' 'cmake' 'librsvg') optdepends=('librsvg') install=darktable.install source=(https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz) -md5sums=('8330f3059f6c392a5623dd9d53cc2dfd') +md5sums=('86c2d90302ab1e57136d2728437db718') prepare() { cd "$srcdir/$pkgname-release-$pkgver/cmake" |