summaryrefslogtreecommitdiff
path: root/community/luminancehdr
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-10-28 13:23:06 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-10-28 13:23:06 +0100
commitb1bde86b7410654132cd3365cc82e2ab7306b5f7 (patch)
treecdd900b7b62d0bf35c9b980ab71e0474d604bd72 /community/luminancehdr
parent6fee6e650c46dcf94e9bd79efa2b2bf8a298d271 (diff)
parent24d0263a0ac516ccc86df09146449fb040fb3689 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/gmic/PKGBUILD community/projectm/PKGBUILD extra/dvdauthor/PKGBUILD extra/ilmbase/PKGBUILD extra/imagemagick/PKGBUILD extra/obex-data-server/PKGBUILD extra/phonon/PKGBUILD extra/psiconv/PKGBUILD extra/pstoedit/PKGBUILD
Diffstat (limited to 'community/luminancehdr')
-rw-r--r--community/luminancehdr/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/luminancehdr/PKGBUILD b/community/luminancehdr/PKGBUILD
index 8f5c27e83..3ccb9e0fc 100644
--- a/community/luminancehdr/PKGBUILD
+++ b/community/luminancehdr/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 77594 2012-10-13 06:46:05Z allan $
+# $Id: PKGBUILD 78933 2012-10-27 23:44:52Z ebelanger $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Lukas Jirkovsky <l.jirkovsky@gmail.com>
# Contributor: Dmitry N. Shilov <stormblast@land.ru>
pkgname=luminancehdr
pkgver=2.3.0
-pkgrel=3
+pkgrel=4
pkgdesc='Open source graphical user interface application that aims to provide a workflow for HDR imaging'
arch=('i686' 'x86_64' 'mips64el')
url='http://qtpfsgui.sourceforge.net/'
@@ -20,14 +20,14 @@ source=(http://sourceforge.net/projects/qtpfsgui/files/luminance/${pkgver}/lumin
sha256sums=('dada0795b58843912bcb57ce61dcd615bcb9f9437b610a37ff813ad2c899c676')
build() {
- cd ${srcdir}/luminance-hdr-${pkgver}
+ cd "${srcdir}/luminance-hdr-${pkgver}"
cmake -DCMAKE_INSTALL_PREFIX=/usr
make
}
package() {
- cd ${srcdir}/luminance-hdr-${pkgver}
+ cd "${srcdir}/luminance-hdr-${pkgver}"
- make DESTDIR=${pkgdir} install
+ make DESTDIR="${pkgdir}" install
}