summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Briere2017-01-03 20:21:26 -0500
committerCharles Briere2017-01-03 20:21:26 -0500
commit53c873acc05739ee050559294c2a6c90e4f8544c (patch)
treecaa32253bddaa60e32945e89575b754ea68216f6
parent30d4e24dac64fd3c378d3e0a3140acf2b31dd015 (diff)
downloadaur-53c873acc05739ee050559294c2a6c90e4f8544c.tar.gz
Use official repo as fix to work with Arch was accepted long ago
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c99305f8878..5cbdf9f040fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
pkgname=hdrmerge
pkgver=5.0
-pkgrel=1
+pkgrel=2
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'
+license=('GPL3')
makedepends=('git' 'cmake')
depends=('libraw' 'exiv2' 'zlib' 'alglib' 'boost-libs')
provides=('hdrmerge')
-source=("$pkgname"::"git+https://github.com/flatzo/hdrmerge.git#branch=flatfield-deprecated")
+source=("$pkgname"::"git+https://github.com/jcelaya/hdrmerge.git")
md5sums=('SKIP')
build() {