summaryrefslogtreecommitdiff
path: root/community/luminancehdr/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/luminancehdr/PKGBUILD')
-rw-r--r--community/luminancehdr/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/luminancehdr/PKGBUILD b/community/luminancehdr/PKGBUILD
index c971d788c..e1f931e78 100644
--- a/community/luminancehdr/PKGBUILD
+++ b/community/luminancehdr/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 45984 2011-05-01 11:42:17Z jlichtblau $
+# $Id: PKGBUILD 54664 2011-08-22 18:57:12Z jlichtblau $
# 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.0.2
+pkgver=2.1.0
pkgrel=1
pkgdesc='Open source graphical user interface application that aims to provide a workflow for HDR imaging'
arch=('i686' 'x86_64' 'mips64el')
@@ -16,10 +16,10 @@ install=$pkgname.install
changelog=$pkgname.changelog
options=('!emptydirs')
source=(http://downloads.sourceforge.net/sourceforge/qtpfsgui/luminance-hdr-${pkgver}.tar.gz)
-sha256sums=('8a13aff0041fd7f7542af0b6b11e412c01f022d509458c4a701f8ca84bade993')
+sha256sums=('0b0f124ada6da62c379d6e4bd6fd150643115cb46f05c527c29113f475a5eeac')
build() {
- cd ${srcdir}/LuminanceHDR-${pkgver}
+ cd ${srcdir}/luminance-hdr-${pkgver}
if [ ${CARCH} = i686 ]; then
sed -i 's/ -msse2//' project.pro
@@ -31,7 +31,7 @@ build() {
}
package() {
- cd ${srcdir}/LuminanceHDR-${pkgver}
+ cd ${srcdir}/luminance-hdr-${pkgver}
make INSTALL_ROOT=${pkgdir} install
}