pkgname=pillow pkgver=12.1.0 pkgrel=2 pkgdesc='Python Imaging Library (PIL) fork' arch=(x86_64) homepage='https://pillow.readthedocs.io' license=(MIT-CMU) depends=( glibc python python-packaging libtiff libjpeg-turbo zlib ) makedepends=( pybind11 python-build python-installer python-wheel python-setuptools libwebp ) sources=("${pkgname}-${pkgver}.tar.gz") urls=("https://github.com/python-pillow/Pillow/archive/${pkgver}.tar.gz") md5sums=("acf2299072e42bb6ea186967bffdcd3e") src_prepare() { tar -xf ${distdir}/${sources[0]} --strip-components=1 } src_build() { cat >> setup.cfg <