From 9c86a83bf1ebe2d0b5261a29350d1f94580c510f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 24 Jan 2019 11:42:53 +0100 Subject: watch-versions: learn python-pip-bootstrap --- watch-versions | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/watch-versions b/watch-versions index cb04880..7761460 100755 --- a/watch-versions +++ b/watch-versions @@ -60,6 +60,10 @@ case "${pkgbase}" in url='https://sources.archlinux32.org/sources/' regex='' ;; + 'python-pip-bootstrap') + url='https://bootstrap.pypa.io/get-pip.py' + regex=' entire copy of pip (version \([0-9.]\+\))\.' + ;; *) >&2 printf 'Checking the version of package "%s" is not yet implemented!\n' "${pkgbase}" exit 1 -- cgit v1.2.3