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

Kyle Keen kkeen at archlinux.org
Fri Mar 10 04:14:18 UTC 2017


    Date: Friday, March 10, 2017 @ 04:14:17
  Author: kkeen
Revision: 215445

upgpkg: python-pillow 4.0.0-3 (FS#53048)

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-10 03:40:51 UTC (rev 215444)
+++ PKGBUILD	2017-03-10 04:14:17 UTC (rev 215445)
@@ -5,7 +5,7 @@
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
 pkgver=4.0.0
-pkgrel=2
+pkgrel=3
 # consider splitting out sane if this gets weird enough
 _sanever=2.8.3
 _appname=Pillow
@@ -18,7 +18,9 @@
 depends=('python' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
 optdepends=('tk: for the ImageTK module'
             'sane: for the Sane module'
-            'python-pyqt4: for the ImageQt module')
+            'python-pyqt5: for the ImageQt module'
+            'python-pyqt4: for the ImageQt module'
+            'python-pyside: 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")
@@ -64,7 +66,9 @@
   depends=('python2' 'lcms2' 'libwebp' 'openjpeg2' 'python2-olefile')
   optdepends=('tk: for the ImageTK module'
               'sane: for the Sane module'
-              'python2-pyqt4: for the ImageQt module')
+              'python2-pyqt5: for the ImageQt module'
+              'python2-pyqt4: for the ImageQt module'
+              'python2-pyside: for the ImageQt module')
   provides=('python-imaging' 'python2-imaging')
   conflicts=('python-imaging' 'python2-imaging')
   cd "$srcdir/${_appname}2-$pkgver"



More information about the arch-commits mailing list