summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2023-09-27 20:26:43 +0800
committerpingplug2023-09-27 20:26:43 +0800
commit0251974ee8da4e53f330a280a1081ba5d42eb727 (patch)
treef12599b6d4522cd8c5c24f265554cc50b440ab21
parente5cbfe5232988937b9f6c7c819f497f4fd15126c (diff)
downloadaur-0251974ee8da4e53f330a280a1081ba5d42eb727.tar.gz
updated to 4.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42a88b63b6c5..85db3eb0270f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libtiff
pkgdesc = Library for manipulation of TIFF images (mingw-w64)
- pkgver = 4.5.1
+ pkgver = 4.6.0
pkgrel = 1
url = https://libtiff.gitlab.io/libtiff/
arch = any
@@ -12,7 +12,7 @@ pkgbase = mingw-w64-libtiff
options = !strip
options = staticlibs
options = !buildflags
- source = http://download.osgeo.org/libtiff/tiff-4.5.1.tar.gz
- sha256sums = d7f38b6788e4a8f5da7940c5ac9424f494d8a79eba53d555f4a507167dca5e2b
+ source = http://download.osgeo.org/libtiff/tiff-4.6.0.tar.gz
+ sha256sums = 88b3979e6d5c7e32b50d7ec72fb15af724f6ab2cbf7e10880c360a77e4b5d99a
pkgname = mingw-w64-libtiff
diff --git a/PKGBUILD b/PKGBUILD
index 833793c6a7ff..c7643e6ea45f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-libtiff
-pkgver=4.5.1
+pkgver=4.6.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=('d7f38b6788e4a8f5da7940c5ac9424f494d8a79eba53d555f4a507167dca5e2b')
+sha256sums=('88b3979e6d5c7e32b50d7ec72fb15af724f6ab2cbf7e10880c360a77e4b5d99a')
build() {
export CFLAGS="-fno-strict-aliasing"