summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Saltz2020-10-02 15:38:38 -0500
committerIvan Saltz2020-10-02 15:38:38 -0500
commit63360d1ead871cf6eddabf0726e90d574619ab8d (patch)
treed486f895ff6ad6bf132a610454cb73970388be2b
parentdf94b3c29097068324f531b80a6773b898ec7a1c (diff)
downloadaur-63360d1ead871cf6eddabf0726e90d574619ab8d.tar.gz
Updated to hdrsoft's latest release.
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b93c0f75ad85..70d508ad1557 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# Maintainer: Daniel Tihanyi <aur@tetragir.com>
-# Contirubtor: Andrew Martin <amartin@avidandrew.com>
+# Maintainer: Ivan Saltz <archlinux@noisesoff.com>
+# Contributors: Daniel Tihanyi <aur@tetragir.com>, Andrew Martin <amartin@avidandrew.com>
pkgname=photomatix
-pkgver=1.1
+pkgver=2.0.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.1_Ubuntu16.04.deb")
-sha1sums=('e8a33bc9566a36a4ec7acf0ae96693b404667170')
+source=("https://hdrsoft.com/download/linux/ubuntu/PhotomatixLinux2.0.1_Ubuntu20.04.deb")
+sha1sums=('ab13a236b1036c3ddef333b3af0d04489ba14b17')
install="photomatix.install"
package() {
@@ -27,4 +27,3 @@ package() {
mv ${srcdir}/usr/bin ${pkgdir}/usr/
chmod 755 ${pkgdir}/usr/bin
}
-