summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Tihanyi2018-02-17 16:38:17 +0100
committerDaniel Tihanyi2018-02-17 16:38:17 +0100
commitdf94b3c29097068324f531b80a6773b898ec7a1c (patch)
tree8a3252bb27477821607acb85fbfd796d2623aac1
parent07c5b9e3a9409260d0e0c8679e58b2f137afb38a (diff)
downloadaur-df94b3c29097068324f531b80a6773b898ec7a1c.tar.gz
Updated to Photomatix 1.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6feff3f73fee..6407f560bfe2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = photomatix
pkgdesc = Professional HDR Creation Program
- pkgver = 1.0.2
- pkgrel = 4
+ pkgver = 1.1
+ pkgrel = 1
url = http://hdrsoft.com/download/photomatix-linux.html
+ install = photomatix.install
arch = x86_64
license = custom
depends = libtiff
depends = openexr
depends = gtkmm3
- source = https://hdrsoft.com/download/linux/PhotomatixLinux1.0.2_Ubuntu16.04.deb
- sha1sums = af744fc34bf751c8878bc7e19321d74e874e3534
+ source = https://hdrsoft.com/download/linux/PhotomatixLinux1.1_Ubuntu16.04.deb
+ sha1sums = e8a33bc9566a36a4ec7acf0ae96693b404667170
pkgname = photomatix
diff --git a/PKGBUILD b/PKGBUILD
index e7c9fe3b996f..b93c0f75ad85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Andrew Martin <amartin@avidandrew.com>
+# Maintainer: Daniel Tihanyi <aur@tetragir.com>
+# Contirubtor: Andrew Martin <amartin@avidandrew.com>
pkgname=photomatix
-pkgver=1.0.2
-pkgrel=4
+pkgver=1.1
+pkgrel=1
pkgdesc="Professional HDR Creation Program"
url="http://hdrsoft.com/download/photomatix-linux.html"
arch=('x86_64')
license=('custom')
depends=('libtiff' 'openexr' 'gtkmm3')
-source=("https://hdrsoft.com/download/linux/PhotomatixLinux1.0.2_Ubuntu16.04.deb")
-sha1sums=('af744fc34bf751c8878bc7e19321d74e874e3534')
+source=("https://hdrsoft.com/download/linux/PhotomatixLinux1.1_Ubuntu16.04.deb")
+sha1sums=('e8a33bc9566a36a4ec7acf0ae96693b404667170')
install="photomatix.install"
package() {
@@ -26,3 +27,4 @@ package() {
mv ${srcdir}/usr/bin ${pkgdir}/usr/
chmod 755 ${pkgdir}/usr/bin
}
+