summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2021-04-28 21:47:01 +0800
committerpingplug2021-04-28 21:47:01 +0800
commit6486c54a3059c65ae5e45b61eb11e73bd33342c7 (patch)
tree9a730825160dbbb2bce137de7b7bda705c46f9a4
parente1c14ff79f00922b203ffaf1b15f7d820aaa499b (diff)
downloadaur-6486c54a3059c65ae5e45b61eb11e73bd33342c7.tar.gz
Updated to 4.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e243e37257fb..9385256b0cb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libtiff
pkgdesc = Library for manipulation of TIFF images (mingw-w64)
- pkgver = 4.2.0
+ pkgver = 4.3.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.2.0.tar.gz
- sha256sums = eb0484e568ead8fa23b513e9b0041df7e327f4ee2d22db5a533929dfc19633cb
+ source = http://download.osgeo.org/libtiff/tiff-4.3.0.tar.gz
+ sha256sums = 0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8
pkgname = mingw-w64-libtiff
diff --git a/PKGBUILD b/PKGBUILD
index 52d8bea4e6cb..b822b0d8d865 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-libtiff
-pkgver=4.2.0
+pkgver=4.3.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=('eb0484e568ead8fa23b513e9b0041df7e327f4ee2d22db5a533929dfc19633cb')
+sha256sums=('0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8')
build() {
export CFLAGS="-fno-strict-aliasing"