index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-10-15 05:49:00 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-10-15 05:49:00 +0200 |
commit | 49263f4e45a75411d43edd30dca024242ddccce7 (patch) | |
tree | 6c8f4b1bc04c5ab73ee15b09000143761159fd79 /community/python-pip-bootstrap/PKGBUILD | |
parent | 56edb717894d22773fdb8bfa0866d2f589dbf74b (diff) |
-rw-r--r-- | community/python-pip-bootstrap/PKGBUILD | 4 |
diff --git a/community/python-pip-bootstrap/PKGBUILD b/community/python-pip-bootstrap/PKGBUILD index d2860081..278c6006 100644 --- a/community/python-pip-bootstrap/PKGBUILD +++ b/community/python-pip-bootstrap/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: Andreas Baumann <mail@andreasbaumann.cc> pkgname=('python-pip-bootstrap' 'python2-pip-bootstrap') -pkgver='19.2.3' +pkgver='19.3' pkgrel='1' pkgdesc="bootstap pip and setuptools for bootstrapping python" arch=('x86_64' 'armv6h' 'armv7h') url="https://bootstrap.pypa.io/" source=("get-pip-${pkgver}.py::https://bootstrap.pypa.io/get-pip.py") -sha512sums=('5b3ad6ebf52ba70452d79175860829f5d9c1ed21b6cc77daf972df8ab987fe3c08b0f04e0577388ceeba0f2ecf4adab8e6254d1ec7f3d39ca31bc2ab0e341c86') +sha512sums=('67e43ce557b979a7e5aec4165bb51317dff031f6cc19be64084ddbf679e15daee437008e9ced144d9f386f2942c282310d7999cfa88444c0b3a4d5dbe2613f68') package_python-pip-bootstrap() { provides=("python-pip=${pkgver}") |