From ca540b13940795f9bbcf8cba408bf9a05e953768 Mon Sep 17 00:00:00 2001 From: Paper Date: Fri, 23 Oct 2020 18:12:03 +0200 Subject: [PATCH] python3-Pillow: update to 8.0.1 --- srcpkgs/python3-Pillow/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template index a67ac4a8fb1..1b91252e527 100644 --- a/srcpkgs/python3-Pillow/template +++ b/srcpkgs/python3-Pillow/template @@ -1,6 +1,6 @@ # Template file for 'python3-Pillow' pkgname=python3-Pillow -version=8.0.0 +version=8.0.1 revision=1 wrksrc="Pillow-${version}" build_style=python3-module @@ -14,7 +14,11 @@ license="custom:PIL" homepage="https://python-pillow.org" changelog="https://raw.githubusercontent.com/python-pillow/Pillow/master/CHANGES.rst" distfiles="${PYPI_SITE}/P/Pillow/Pillow-${version}.tar.gz" -checksum=59304c67d12394815331eda95ec892bf54ad95e0aa7bc1ccd8e0a4a5a25d4bf3 +checksum=11c5c6e9b02c9dac08af04f093eb5a2f84857df70a7d4a6a6ad461aca803fb9e + +do_check() { + PYTHONPATH=$(cd build/lib.linux-* && pwd) ./selftest.py +} post_install() { vlicense LICENSE