summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48e12f46c168..24f972d76047 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = pfstools
pkgdesc = Set of command line programs for reading, writing and manipulating high-dynamic range (HDR) images
pkgver = 2.2.0
- pkgrel = 2
+ pkgrel = 3
url = http://pfstools.sourceforge.net/
arch = i686
arch = x86_64
- license = LGPL2.1
+ license = LGPL-2.1-or-later
makedepends = cmake
makedepends = qt5-base
makedepends = octave
diff --git a/PKGBUILD b/PKGBUILD
index 4a315509b2c3..739f2b0251df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
# Contributor: Mael Kerbiriou <mael.kerbiriouATfreeDOTfr>
pkgname=pfstools
pkgver=2.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Set of command line programs for reading, writing and manipulating high-dynamic range (HDR) images"
arch=('i686' 'x86_64')
url="http://pfstools.sourceforge.net/"
-license=('LGPL2.1')
+license=('LGPL-2.1-or-later')
depends=('gcc-libs')
provides=('pfscalibration' 'pfstmo')
conflicts=('pfscalibration' 'pfstmo')