[arch-commits] Commit in python-pillow/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Wed Jan 16 21:25:51 UTC 2019


    Date: Wednesday, January 16, 2019 @ 21:25:50
  Author: kkeen
Revision: 423713

upgpkg: python-pillow 5.4.1-1  FS#50060

Modified:
  python-pillow/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-16 21:12:19 UTC (rev 423712)
+++ PKGBUILD	2019-01-16 21:25:50 UTC (rev 423713)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
-pkgver=5.3.0
+pkgver=5.4.1
 pkgrel=1
 _appname=Pillow
 _py2basever=2.7
@@ -12,7 +12,7 @@
 arch=('x86_64')
 url="https://python-pillow.github.io/"
 license=('BSD')
-depends=('lcms2' 'libtiff' 'openjpeg2')
+depends=('lcms2' 'libtiff' 'openjpeg2' 'libimagequant')
 optdepends=('freetype2: for the ImageFont module'
             'libraqm: for complex text scripts'
             'libwebp: for webp images'
@@ -20,11 +20,8 @@
 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")
-md5sums=('0da5a4c9c548aa5cfe999302aea8c8f1')
+md5sums=('f7d0ce066fc7ea7a685739227887aeaf')
 
-# future optional things:
-# libimagequant
-
 prepare() {
   cd "$srcdir/${_appname}-$pkgver"
 }



More information about the arch-commits mailing list