summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-04-16 22:09:19 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2014-04-16 22:09:19 +0200
commit98fc31a8d35b0d5a204b14b59209829b2a87de66 (patch)
tree9596f913e77950af920da4f86cd233f20a3c0396 /testing
parentaa4a8020a650eb4400dfe19bbbf46b47863ca5a4 (diff)
downloadaports-98fc31a8d35b0d5a204b14b59209829b2a87de66.tar.bz2
aports-98fc31a8d35b0d5a204b14b59209829b2a87de66.tar.xz
testing/py-pillow: replaces py-imaging
Diffstat (limited to 'testing')
-rw-r--r--testing/py-pillow/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/py-pillow/APKBUILD b/testing/py-pillow/APKBUILD
index 57c34f170..873332e57 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