Skip to content
Snippets Groups Projects
Commit c2dfcfa8 authored by Fabian Affolter's avatar Fabian Affolter Committed by Francesco Colista
Browse files

main/py-pillow: upgrade to 4.2.1

parent 42ef54bc
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-pillow pkgname=py-pillow
_pkgname=Pillow _pkgname=Pillow
pkgver=4.1.0 pkgver=4.2.1
pkgrel=0 pkgrel=0
pkgdesc="A Python Imaging Library" pkgdesc="A Python Imaging Library"
url="http://python-pillow.org/" url="http://python-pillow.org/"
...@@ -17,11 +17,10 @@ builddir="$srcdir/$_pkgname-$pkgver" ...@@ -17,11 +17,10 @@ builddir="$srcdir/$_pkgname-$pkgver"
build() { build() {
cd "$builddir" cd "$builddir"
# zlib resides in lib # zlib resides in lib
export CFLAGS="$CFLAGS -L/lib" export CFLAGS="$CFLAGS -L/lib"
python2 setup.py build || return 1 python2 setup.py build
python3 setup.py build || return 1 python3 setup.py build
} }
package() { package() {
...@@ -58,4 +57,4 @@ doc() { ...@@ -58,4 +57,4 @@ doc() {
install -m 644 Scripts/* "$destdir"/Scripts/ install -m 644 Scripts/* "$destdir"/Scripts/
} }
sha512sums="aaa91e8908a65c8acd661de3f074a26e42a3b7c168276f6da4c58636fe3b5ee2b16614ad2e7efcf219a4f5e5fb70d75ae7fba775fb96c3b7ee92b53353b06845 Pillow-4.1.0.tar.gz" sha512sums="8a1c691f067c1127b941a94ae991c728c94eab876fe2a511ed0ad8af9702d4969325bd565b11e656ffefe867bf385725a5c14e3c28f8945730fa21986f934f69 Pillow-4.2.1.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment