summaryrefslogtreecommitdiff
path: root/community/luminancehdr
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-28 01:42:55 -0700
committerroot <root@rshg054.dnsready.net>2012-10-28 01:42:55 -0700
commit24d0263a0ac516ccc86df09146449fb040fb3689 (patch)
treef0f189dbe8df340e0b242750c07e426899b4d2c5 /community/luminancehdr
parent869e64b12767be3ef5b1e3628f337a9e116e2bbb (diff)
Sun Oct 28 01:42:24 PDT 2012
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 cff63eca8..bd8037b50 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')
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
}