summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2022-12-21 20:30:11 +0800
committerpingplug2022-12-21 20:30:11 +0800
commitcb7ceed894b3c60b750d695e51f0f5f82285583b (patch)
treef629b452805d8caaddd6447a067ae5c6727af75a
parentc23beb60797799b7fd7241fc12afa035871e2674 (diff)
downloadaur-cb7ceed894b3c60b750d695e51f0f5f82285583b.tar.gz
updated to 4.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adc886dec16b..e80e3212e568 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libtiff
pkgdesc = Library for manipulation of TIFF images (mingw-w64)
- pkgver = 4.4.0
+ pkgver = 4.5.0
pkgrel = 1
url = http://www.simplesystems.org/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.4.0.tar.gz
- sha256sums = 917223b37538959aca3b790d2d73aa6e626b688e02dcda272aec24c2f498abed
+ source = http://download.osgeo.org/libtiff/tiff-4.5.0.tar.gz
+ sha256sums = c7a1d9296649233979fa3eacffef3fa024d73d05d589cb622727b5b08c423464
pkgname = mingw-w64-libtiff
diff --git a/PKGBUILD b/PKGBUILD
index a615630d0fe6..dbbcade5c480 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-libtiff
-pkgver=4.4.0
+pkgver=4.5.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=('917223b37538959aca3b790d2d73aa6e626b688e02dcda272aec24c2f498abed')
+sha256sums=('c7a1d9296649233979fa3eacffef3fa024d73d05d589cb622727b5b08c423464')
build() {
export CFLAGS="-fno-strict-aliasing"