Skip to content

Commit 2886e5c

Browse files
committed
python3.11-pillow: bump to 11.0.0
1 parent 4ba0414 commit 2886e5c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tur-pypi-311/python3.11-pillow/build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://python-pillow.org/
22
TERMUX_PKG_DESCRIPTION="Python Imaging Library"
33
TERMUX_PKG_LICENSE="custom"
44
TERMUX_PKG_MAINTAINER="@termux-user-repository"
5-
TERMUX_PKG_VERSION="10.4.0"
5+
TERMUX_PKG_VERSION="11.0.0"
66
TERMUX_PKG_SRCURL=https://github.com/python-pillow/Pillow/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
7-
TERMUX_PKG_SHA256=e70284e8605a5b7ccb37e5bfd4634598ca2c43c7f2c353572351ccf72c031004
7+
TERMUX_PKG_SHA256=f60959120cac783dc39be7e093bff8f9dcbb5be58bcc1372c57492f748a3b759
88
TERMUX_PKG_AUTO_UPDATE=true
99
TERMUX_PKG_DEPENDS="freetype, libimagequant, libjpeg-turbo, libraqm, libtiff, libwebp, libxcb, littlecms, openjpeg, python3.11, zlib"
1010
TERMUX_PKG_LICENSE_FILE="LICENSE"
@@ -17,6 +17,7 @@ TERMUX_PYTHON_CROSSENV_PREFIX=$TERMUX_PKG_BUILDDIR/python${TERMUX_PYTHON_VERSION
1717
TUR_AUTO_AUDIT_WHEEL=true
1818
# XXX: Licenses are included in the LICENSE file of Pillow.
1919
TUR_PACKAGE_WHEEL_LICENSE=false
20+
TUR_LIB_LICENSE_JSON="force-skipped"
2021

2122
source $TERMUX_SCRIPTDIR/common-files/tur_build_wheel.sh
2223

0 commit comments

Comments
 (0)