libtiff: update to 4.7.1 (#25576)

This commit is contained in:
Miloš Komarčević 2025-09-18 21:28:57 +02:00 committed by GitHub
parent d830f2efcd
commit 3362e35a75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ _realname=libtiff
pkgbase=mingw-w64-${_realname} pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}" pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
"${MINGW_PACKAGE_PREFIX}-${_realname}-docs") "${MINGW_PACKAGE_PREFIX}-${_realname}-docs")
pkgver=4.7.0 pkgver=4.7.1
pkgrel=1 pkgrel=1
pkgdesc="Library for manipulation of TIFF images (mingw-w64)" pkgdesc="Library for manipulation of TIFF images (mingw-w64)"
arch=('any') arch=('any')
@ -34,7 +34,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-python-sphinx") "${MINGW_PACKAGE_PREFIX}-python-sphinx")
source=(https://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz source=(https://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz
0002-libtiff-install-headers.patch) 0002-libtiff-install-headers.patch)
sha256sums=('67160e3457365ab96c5b3286a0903aa6e78bdc44c4bc737d2e486bcecb6ba976' sha256sums=('f698d94f3103da8ca7438d84e0344e453fe0ba3b7486e04c5bf7a9a3fabe9b69'
'493742947c8667655b6b89f2d7d27e92e1438a490ed86f50811112394b432a12') '493742947c8667655b6b89f2d7d27e92e1438a490ed86f50811112394b432a12')
prepare() { prepare() {