summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2021-01-03 22:33:30 +0800
committerpingplug2021-01-03 22:33:30 +0800
commite1c14ff79f00922b203ffaf1b15f7d820aaa499b (patch)
treecf8aecac60612b9120529ee345b41173f4cc527d
parentbdd9ef9cdbd2d01f56fac3f2604fcf6071d5750f (diff)
downloadaur-e1c14ff79f00922b203ffaf1b15f7d820aaa499b.tar.gz
Updated to 4.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c405e8b1dee1..e243e37257fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libtiff
pkgdesc = Library for manipulation of TIFF images (mingw-w64)
- pkgver = 4.1.0
+ pkgver = 4.2.0
pkgrel = 1
url = http://www.simplesystems.org/libtiff/
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-libtiff
options = !strip
options = staticlibs
options = !buildflags
- source = http://download.osgeo.org/libtiff/tiff-4.1.0.tar.gz
- sha256sums = 5d29f32517dadb6dbcd1255ea5bbc93a2b54b94fbf83653b4d65c7d6775b8634
+ source = http://download.osgeo.org/libtiff/tiff-4.2.0.tar.gz
+ sha256sums = eb0484e568ead8fa23b513e9b0041df7e327f4ee2d22db5a533929dfc19633cb
pkgname = mingw-w64-libtiff
diff --git a/PKGBUILD b/PKGBUILD
index b5dc91a02b25..52d8bea4e6cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-libtiff
-pkgver=4.1.0
+pkgver=4.2.0
pkgrel=1
pkgdesc="Library for manipulation of TIFF images (mingw-w64)"
arch=('any')
@@ -17,7 +17,7 @@ depends=('mingw-w64-libjpeg-turbo'
makedepends=('mingw-w64-configure')
options=('!strip' 'staticlibs' '!buildflags')
source=("http://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz")
-sha256sums=('5d29f32517dadb6dbcd1255ea5bbc93a2b54b94fbf83653b4d65c7d6775b8634')
+sha256sums=('eb0484e568ead8fa23b513e9b0041df7e327f4ee2d22db5a533929dfc19633cb')
build() {
export CFLAGS="-fno-strict-aliasing"