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

Kyle Keen kkeen at archlinux.org
Sun Jan 8 06:26:15 UTC 2017


    Date: Sunday, January 8, 2017 @ 06:26:14
  Author: kkeen
Revision: 206077

upgpkg: python-pillow 4.0.0-2  FS#52420

Modified:
  python-pillow/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-08 05:11:26 UTC (rev 206076)
+++ PKGBUILD	2017-01-08 06:26:14 UTC (rev 206077)
@@ -5,7 +5,7 @@
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 # consider splitting out sane if this gets weird enough
 _sanever=2.8.3
 _appname=Pillow
@@ -15,6 +15,10 @@
 arch=('i686' 'x86_64')
 url="http://python-pillow.github.io/"
 license=('BSD')
+depends=('python' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
+optdepends=('tk: for the ImageTK module'
+            'sane: for the Sane module'
+            'python-pyqt4: for the ImageQt module')
 makedepends=('python-setuptools' 'python2-setuptools' 'lcms2' 'libwebp' 'openjpeg2' 'tk' 'sane')
 source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz"
         "Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz")
@@ -34,7 +38,7 @@
 }  
 
 package_python-pillow() {
-  depends=('python' 'lcms2' 'libwebp' 'openjpeg2')
+  depends=('python' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
   optdepends=('tk: for the ImageTK module'
               'sane: for the Sane module'
               'python-pyqt4: for the ImageQt module')
@@ -57,7 +61,7 @@
 
 package_python2-pillow() {
   pkgdesc="Python Imaging Library (PIL) fork. Python2 version."
-  depends=('python2' 'lcms2' 'libwebp' 'openjpeg2')
+  depends=('python2' 'lcms2' 'libwebp' 'openjpeg2' 'python2-olefile')
   optdepends=('tk: for the ImageTK module'
               'sane: for the Sane module'
               'python2-pyqt4: for the ImageQt module')



More information about the arch-commits mailing list