summaryrefslogtreecommitdiff
path: root/community/darktable
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2013-01-20 15:38:15 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2013-01-20 15:38:15 -0300
commitc28258d27bd9d58760eb647f912bb98a536aa753 (patch)
tree261e61872b291c02790e5483c769710942547731 /community/darktable
parenteefed5e3db847eccce0207f89c7430b9ec4994b7 (diff)
parent949fa4e5ed405aaddcebff7e21008f03cdffa580 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/erlang/PKGBUILD community/fcitx-mozc/PKGBUILD community/geda-gaf/PKGBUILD community/mplayer2/PKGBUILD community/parcellite/PKGBUILD community/python2-pytables/PKGBUILD community/ruby-gtk2/PKGBUILD core/kbd/PKGBUILD core/systemd/PKGBUILD extra/calligra/PKGBUILD extra/dmapi/PKGBUILD extra/gstreamer0.10-ugly/PKGBUILD extra/gvfs/PKGBUILD extra/libcdio/PKGBUILD extra/libtorrent-rasterbar/PKGBUILD extra/llvm/PKGBUILD extra/nx/PKGBUILD extra/ocaml/PKGBUILD extra/php-xcache/PKGBUILD extra/qtwebkit/PKGBUILD extra/vcdimager/PKGBUILD extra/w3m/PKGBUILD extra/xorg-bdftopcf/PKGBUILD extra/xorg-xcalc/PKGBUILD extra/xorg-xconsole/PKGBUILD extra/xorg-xedit/PKGBUILD extra/xorg-xmag/PKGBUILD extra/xorg-xmessage/PKGBUILD extra/xorg-xvidtune/PKGBUILD libre/unzip-libre/PKGBUILD social/opentracker/PKGBUILD
Diffstat (limited to 'community/darktable')
-rw-r--r--community/darktable/PKGBUILD6
-rw-r--r--community/darktable/darktable.install6
2 files changed, 4 insertions, 8 deletions
diff --git a/community/darktable/PKGBUILD b/community/darktable/PKGBUILD
index cdd6f2493..d5bacea73 100644
--- a/community/darktable/PKGBUILD
+++ b/community/darktable/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 82166 2013-01-10 09:21:45Z spupykin $
+# $Id: PKGBUILD 82360 2013-01-16 10:08: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.1.1
+pkgver=1.1.2
_pkgver=1.1
pkgrel=2
pkgdesc="Utility to organize and develop raw images"
@@ -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=('735b9c42f4a4c93a482a195800002b10')
+md5sums=('cdc27dc2d9d53df3ec2c6aa908a3eb3c')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/darktable/darktable.install b/community/darktable/darktable.install
index 8ea5d73af..24b15a4f5 100644
--- a/community/darktable/darktable.install
+++ b/community/darktable/darktable.install
@@ -2,12 +2,8 @@ post_install() {
[ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
}
-pre_upgrade() {
- pre_remove
-}
-
post_upgrade() {
- post_install
+ [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
}
post_remove() {