python-pillow: update to 9.2.0

This commit is contained in:
Biswapriyo Nath
2022-07-04 02:00:44 +05:30
committed by GitHub
parent 229a1f5e63
commit 8bf015f685

View File

@@ -3,8 +3,8 @@
_realname=Pillow
pkgbase=mingw-w64-python-pillow
pkgname=("${MINGW_PACKAGE_PREFIX}-python-pillow")
pkgver=9.1.1
pkgrel=2
pkgver=9.2.0
pkgrel=1
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}=${pkgver}"
"${MINGW_PACKAGE_PREFIX}-python3-pillow=${pkgver}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}"
@@ -32,7 +32,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-tk: for the ImageTK module"
"${MINGW_PACKAGE_PREFIX}-libraqm: complex text layout support")
options=('staticlibs')
source=(${_realname}-${pkgver}.tar.gz::https://github.com/python-pillow/Pillow/archive/${pkgver}.tar.gz)
sha256sums=('4659341400e11b247654fe38bcb962207154fd0d1285987e7762fffe7c65abb0')
sha256sums=('95836f00972dbf724bf1270178683a0ac4ea23c6c3a980858fc9f2f9456e32ef')
prepare() {
rm -rf "python-build-${MSYSTEM}" | true