[arch-commits] Commit in python-pillow/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Sun Apr 15 12:19:20 UTC 2018
Date: Sunday, April 15, 2018 @ 12:19:19
Author: kkeen
Revision: 316341
upgpkg: python-pillow 5.1.0-1
Modified:
python-pillow/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-15 11:49:23 UTC (rev 316340)
+++ PKGBUILD 2018-04-15 12:19:19 UTC (rev 316341)
@@ -4,7 +4,7 @@
pkgbase=python-pillow
pkgname=(python-pillow python2-pillow)
-pkgver=5.0.0
+pkgver=5.1.0
pkgrel=1
_appname=Pillow
_py2basever=2.7
@@ -20,10 +20,8 @@
'tk: for the ImageTK module')
makedepends=('python-setuptools' 'python2-setuptools' 'freetype2' 'libraqm' 'libwebp' 'tk')
checkdepends=('python-pytest' 'python2-pytest')
-source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz"
- "freetype-2.9-testfailure.patch::https://github.com/python-pillow/Pillow/commit/4afed260dc8a2b926a8dccfeed45b085d67425ca.patch")
-md5sums=('08094bc48aae6877c94f8db4b8ee8e52'
- '04e168f81a434e76dab09456ad7930f9')
+source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz")
+md5sums=('308f9c13b376abce96ab6ebd6c889cc4')
# future optional things:
# libimagequant
@@ -30,7 +28,6 @@
prepare() {
cd "$srcdir/${_appname}-$pkgver"
- patch -p1 < ../freetype-2.9-testfailure.patch
}
build() {
More information about the arch-commits
mailing list