python-Pillow: update to 6.0.0.
This commit is contained in:
parent
739fb83a11
commit
ae376b31dc
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-Pillow'
|
||||
pkgname=python-Pillow
|
||||
version=5.4.1
|
||||
revision=2
|
||||
version=6.0.0
|
||||
revision=1
|
||||
wrksrc="Pillow-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="PIL"
|
||||
|
@ -12,8 +12,9 @@ short_desc="Python Imaging Library (PIL) fork (Python2)"
|
|||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
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=5233664eadfa342c639b9b9977190d64ad7aca4edc51a966394d7e08e7f38a9f
|
||||
checksum=809c0a2ce9032cbcd7b5313f71af4bdc5c8c771cb86eb7559afd954cab82ebb5
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue