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

Kyle Keen kkeen at archlinux.org
Sat Jul 16 02:25:59 UTC 2016


    Date: Saturday, July 16, 2016 @ 02:25:59
  Author: kkeen
Revision: 182975

upgpkg: python-pillow 3.3.0-2

Modified:
  python-pillow/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-16 02:15:31 UTC (rev 182974)
+++ PKGBUILD	2016-07-16 02:25:59 UTC (rev 182975)
@@ -5,7 +5,7 @@
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 # consider splitting out sane if this gets weird enough
 _sanever=2.8.2
 _appname=Pillow
@@ -15,7 +15,7 @@
 arch=('i686' 'x86_64')
 url="http://python-pillow.github.io/"
 license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'openjpeg2' 'tk' 'sane')
+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")
 md5sums=('b5a15b03bf402fe254636c015fcf04da'
@@ -34,7 +34,7 @@
 }  
 
 package_python-pillow() {
-  depends=('python' 'lcms' 'libwebp' 'openjpeg2')
+  depends=('python' 'lcms2' 'libwebp' 'openjpeg2')
   optdepends=('tk: for the ImageTK module'
               'sane: for the Sane module'
               'python-pyqt4: for the ImageQt module')
@@ -57,7 +57,7 @@
 
 package_python2-pillow() {
   pkgdesc="Python Imaging Library (PIL) fork. Python2 version."
-  depends=('python2' 'lcms' 'libwebp' 'openjpeg2')
+  depends=('python2' 'lcms2' 'libwebp' 'openjpeg2')
   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