aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/py2-pip/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py2-pip/APKBUILD b/main/py2-pip/APKBUILD
index 4bbab17c282..8c95397d2f2 100644
--- a/main/py2-pip/APKBUILD
+++ b/main/py2-pip/APKBUILD
@@ -4,12 +4,12 @@
pkgname=py2-pip
_pkgname=pip
pkgver=9.0.1
-pkgrel=0
+pkgrel=1
pkgdesc="A tool for installing and managing Python packages"
url="http://www.pip-installer.org"
arch="noarch"
license="MIT"
-provides="py-pip"
+provides="py-pip=$pkgver-r$pkgrel"
replaces="py-pip"
depends="python2 py-setuptools"
makedepends="python2-dev py-setuptools"