summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukáš Jirkovský2015-12-07 22:28:43 +0100
committerLukáš Jirkovský2015-12-07 22:28:43 +0100
commitf37c299ccec26a2944ef164ed5afe08908179658 (patch)
tree2534f6a12d514b6ec21fba6787a2d0277b93e8dd
parentdba186eb6db4d5681d28306e43f691650dc8b6cc (diff)
downloadaur-f37c299ccec26a2944ef164ed5afe08908179658.tar.gz
correctly updating to 2.0.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 187fc63d7b08..680dc1dd6379 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Dec 7 21:28:43 UTC 2015
pkgbase = pfstools
pkgdesc = Set of command line programs for reading, writing and manipulating high-dynamic range (HDR) images
pkgver = 2.0.4
- pkgrel = 1
+ pkgrel = 2
url = http://pfstools.sourceforge.net/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7d4bc4b4c1d5..94b3c1139f46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Brandon Andrews <bsa@bsa.isa-geek.com>
# Contributor: Mael Kerbiriou <mael.kerbiriouATfreeDOTfr>
pkgname=pfstools
-pkgver=2.0.3
-pkgrel=1
+pkgver=2.0.4
+pkgrel=2
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/"
@@ -20,7 +20,7 @@ optdepends=('freeglut: OpenGL image viewer' 'glu: OpenGL image viewer' \
makedepends=('cmake' 'openexr' 'imagemagick' 'libtiff' 'freeglut' 'glu' 'netpbm' 'qt4')
options=(!libtool)
source=(http://downloads.sourceforge.net/pfstools/$pkgname-$pkgver.tgz)
-md5sums=('c34b3df1f0950120138f13f521f2a5d6')
+md5sums=('f17e2834798cda75d32b2fcd11826d82')
build() {
cd "$srcdir"/$pkgname-$pkgver