diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-05-01 14:47:52 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-05-01 14:47:52 +0200 |
commit | c8bd9200906149d53827aaa64e85a7008d51339f (patch) | |
tree | 9e366130f0f7afde9d7a478b5c898d873aed0483 /community/darktable | |
parent | d9a9508e07a00015e2a2f278719a9665ff565961 (diff) | |
parent | 752015395fc8b95cc4a86b68189cb747fe9a8499 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/jack2/PKGBUILD
extra/pulseaudio/PKGBUILD
extra/vim/PKGBUILD
multilib/lib32-gnutls/PKGBUILD
testing/dmraid/PKGBUILD
testing/dmraid/dmraid_hook
testing/dmraid/dmraid_install
testing/e2fsprogs/PKGBUILD
testing/openssh/PKGBUILD
testing/openssh/sshd.pam
testing/php/PKGBUILD
testing/php/php-fpm.conf.in.patch
testing/php/php.ini.patch
testing/xfce4-session/PKGBUILD
Diffstat (limited to 'community/darktable')
-rw-r--r-- | community/darktable/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/darktable/PKGBUILD b/community/darktable/PKGBUILD index d3fd7c3b6..fd4f67aad 100644 --- a/community/darktable/PKGBUILD +++ b/community/darktable/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 69184 2012-04-10 02:18:40Z spupykin $ +# $Id: PKGBUILD 70105 2012-04-29 13:20:28Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Christian Himpel <chressie at gmail dot com> # Contributor: Johannes Hanika <hanatos at gmail dot com> pkgname=darktable -pkgver=1.0 +pkgver=1.0.3 _pkgver=1.0 -pkgrel=2 +pkgrel=1 pkgdesc="Utility to organize and develop raw images" arch=('i686' 'x86_64' 'mips64el') url=http://darktable.sf.net/ @@ -19,7 +19,7 @@ optdepends=('librsvg') install=darktable.install options=(!libtool) source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.gz) -md5sums=('b72375782519b7a4a6b8efcad1bfcf6b') +md5sums=('9877a012b2b39f0e5859783db508f580') build() { cd $srcdir/$pkgname-$pkgver |