summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCharles Briere2021-10-31 11:31:05 -0400
committerCharles Briere2021-10-31 11:31:05 -0400
commitcd94a3766ee60e2ed2f29891ad5bb6fcdc582be3 (patch)
tree10586a329c4ceed874b263c75389993b295ba9ea /PKGBUILD
parent4aca64b5053d477a9a2b7e39ab87f41e963edb4a (diff)
downloadaur-cd94a3766ee60e2ed2f29891ad5bb6fcdc582be3.tar.gz
Move to 0.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e2e04aeefee..1b85e3fb9d3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
pkgname=hdrmerge
-pkgver=0.5.0
-pkgrel=3
+pkgver=0.6.0
+pkgrel=1
pkgdesc='HDRMerge fuses two or more raw images into a single raw with an
extended dynamic range.'
arch=('i686' 'x86_64')
url='http://jcelaya.github.io/hdrmerge/'
license=('GPL3')
makedepends=('git' 'cmake')
-depends=('libraw' 'exiv2' 'zlib' 'alglib' 'boost-libs')
+depends=('libraw' 'libkexiv2' 'exiv2' 'zlib' 'alglib' 'boost-libs' 'qt5-tools')
provides=('hdrmerge')
-source=("$pkgname"::"git+https://github.com/jcelaya/hdrmerge.git")
+source=("$pkgname"::"git+https://github.com/jcelaya/hdrmerge.git#branch=release-v0.6")
md5sums=('SKIP')
build() {