summaryrefslogtreecommitdiff
path: root/community/python-pip-bootstrap/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-28 09:40:28 +0100
committerErich Eckner <git@eckner.net>2019-01-28 09:40:28 +0100
commit3a496e0d8ed2a6d80829092f50fdc0512bc43ec1 (patch)
treed5a275807a0aa6a4d1580aba9bf6c67ce28e81ec /community/python-pip-bootstrap/PKGBUILD
parent0ae858c3c7ab49f88c6cb0e4655cf27ffd14f2dc (diff)
downloadpackages-3a496e0d8ed2a6d80829092f50fdc0512bc43ec1.tar.xz
community/python-pip-bootstrap: correctly set version
Diffstat (limited to 'community/python-pip-bootstrap/PKGBUILD')
-rw-r--r--community/python-pip-bootstrap/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/python-pip-bootstrap/PKGBUILD b/community/python-pip-bootstrap/PKGBUILD
index 0e14dc49..b3ea9f08 100644
--- a/community/python-pip-bootstrap/PKGBUILD
+++ b/community/python-pip-bootstrap/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andreas Baumann <mail@andreasbaumann.cc>
pkgname=('python-pip-bootstrap' 'python2-pip-bootstrap')
-pkgver=18.1
-pkgrel=1
+pkgver='19.0.1'
+pkgrel='1'
pkgdesc="bootstap pip and setuptools for bootstrapping python"
arch=('x86_64' 'armv6h' 'armv7h')
url="https://bootstrap.pypa.io/"