diff --git a/mingw-w64-python-imageio/PKGBUILD b/mingw-w64-python-imageio/PKGBUILD index d097655597..2e36d07095 100644 --- a/mingw-w64-python-imageio/PKGBUILD +++ b/mingw-w64-python-imageio/PKGBUILD @@ -4,7 +4,7 @@ _realname=imageio pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=2.26.0 +pkgver=2.26.1 pkgrel=1 pkgdesc="Python library for reading and writing a wide range of image, video, scientific, and volumetric data formats (mingw-w64)" arch=('any') @@ -18,7 +18,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-freeimage: for FreeImage backend" "${MINGW_PACKAGE_PREFIX}-python-tifffile: for working with TIFF files") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("${_realname}-${pkgver}.tar.gz"::"${url}/archive/v${pkgver}.tar.gz") -sha256sums=('7ec55a8ec235e82c3093b52d3cd5ac6191e5a71619e9aeba885c14eade00ef75') +sha256sums=('c05811ae905d6251a05ec718ca225f1f24ca303bae754e1777efa0311029fb54') prepare() { cd "${srcdir}/${_realname}-${pkgver}"