diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-16 22:09:19 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-16 22:09:19 +0200 |
commit | 98fc31a8d35b0d5a204b14b59209829b2a87de66 (patch) | |
tree | 9596f913e77950af920da4f86cd233f20a3c0396 /testing/py-pillow/APKBUILD | |
parent | aa4a8020a650eb4400dfe19bbbf46b47863ca5a4 (diff) | |
download | aports-98fc31a8d35b0d5a204b14b59209829b2a87de66.tar.bz2 aports-98fc31a8d35b0d5a204b14b59209829b2a87de66.tar.xz |
testing/py-pillow: replaces py-imaging
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 |