Skip to content

Commit

Permalink
python-pillow: update to 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos authored and Biswa96 committed Oct 22, 2024
1 parent 88d9612 commit 8fa7614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-pillow/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=pillow
pkgbase=mingw-w64-python-pillow
pkgname=("${MINGW_PACKAGE_PREFIX}-python-pillow")
pkgver=10.4.0
pkgver=11.0.0
pkgrel=1
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}=${pkgver}"
"${MINGW_PACKAGE_PREFIX}-python3-pillow=${pkgver}")
Expand Down Expand Up @@ -37,7 +37,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-tk")
optdepends=("${MINGW_PACKAGE_PREFIX}-tk: for the ImageTK module")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('166c1cd4d24309b30d61f79f4a9114b7b2313d7450912277855ff5dfd7cd4a06')
sha256sums=('72bacbaf24ac003fea9bff9837d1eedb6088758d41e100c1552930151f677739')

prepare() {
rm -rf "python-build-${MSYSTEM}" | true
Expand Down

0 comments on commit 8fa7614

Please sign in to comment.