[arch-commits] Commit in python-pip/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Wed Jul 18 03:19:47 UTC 2018
Date: Wednesday, July 18, 2018 @ 03:19:47
Author: foutrelis
Revision: 328942
Python 3.7 rebuild
Modified:
python-pip/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-18 02:14:29 UTC (rev 328941)
+++ PKGBUILD 2018-07-18 03:19:47 UTC (rev 328942)
@@ -5,7 +5,7 @@
pkgname=('python-pip' 'python2-pip')
pkgver=10.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="The PyPA recommended tool for installing Python packages"
url="https://pip.pypa.io/"
arch=('any')
@@ -17,9 +17,9 @@
source=("pip-${pkgver}.tar.gz::https://github.com/pypa/pip/archive/${pkgver}.tar.gz"
"fix-un-vendored-support-add-missing-entry-for-urllib.patch::https://github.com/pypa/pip/pull/5418.patch")
md5sums=('ce49a0af6d2bb9df5de9aaf4e7f6f631'
- '0bcc62c16f35673f682122339392a72d')
+ '71cb8b43efaa6af0d6cd98576ca2f932')
sha256sums=('2c39367b8529f50746b399d7e4563df48a148b8558ae6f7236b51c155359365a'
- '0ebaa4171bcd5c786a2b2c44b0fb46711db0c5a3dcc06ba5008f6569bcbe37b5')
+ 'ff81c9d48be20765145cb04953c54c5b9059bd193e3d82cec870d3391e6e6dd1')
shopt -s extglob
prepare() {
More information about the arch-commits
mailing list