diff options
Diffstat (limited to 'testing/py-pillow/APKBUILD')
-rw-r--r-- | testing/py-pillow/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/py-pillow/APKBUILD b/testing/py-pillow/APKBUILD index 57c34f1703..873332e577 100644 --- a/testing/py-pillow/APKBUILD +++ b/testing/py-pillow/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-pillow _pkgname=Pillow pkgver=2.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="A Python Imaging Library" url="http://python-imaging.github.io/" arch="all" @@ -13,6 +13,7 @@ depends_dev="" makedepends="python-dev py-setuptools freetype-dev jpeg-dev zlib-dev" install="" subpackages="" +replaces="py-imaging" source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" _builddir="$srcdir"/$_pkgname-$pkgver |