summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c6077444f2b..3fc92d2eae9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Dec 19 07:11:35 UTC 2015
+# Sat Dec 19 10:28:47 UTC 2015
pkgbase = python2-imaging
pkgdesc = PIL. Provides image processing capabilities for python
pkgver = 1.1.7
- pkgrel = 11
+ pkgrel = 12
url = http://www.pythonware.com/products/pil/index.htm
arch = i686
arch = x86_64
@@ -20,7 +20,6 @@ pkgbase = python2-imaging
optdepends = tk: for the ImageTK module
optdepends = sane: for the ImageSane module
provides = pil=1.1.7
- provides = python2-pillow=1.0
conflicts = pil
replaces = pil
source = http://effbot.org/downloads/Imaging-1.1.7.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index c6647fa2e860..c652d5359297 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=python2-imaging
pkgver=1.1.7
-pkgrel=11
+pkgrel=12
pkgdesc="PIL. Provides image processing capabilities for python"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'armv6l')
url="http://www.pythonware.com/products/pil/index.htm"
@@ -18,7 +18,7 @@ depends=('python2' 'libjpeg' 'freetype2' 'lcms')
makedepends=('tk' 'sane')
optdepends=('tk: for the ImageTK module'
'sane: for the ImageSane module')
-provides=("pil=${pkgver}" 'python2-pillow=1.0')
+provides=("pil=${pkgver}")
conflicts=('pil')
replaces=('pil')
source=(http://effbot.org/downloads/Imaging-${pkgver}.tar.gz)