summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dde8befcd94a..26ac68a815da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ depends=(
'python-html5lib'
'python-lockfile'
# Upstream requires pip-api >= 0.0.28 but Arch’s Community
- # repository is on 0.0.25, which causes an error message that
+ # repository is on 0.0.27, which causes an error message that
# says “failed to list installed distributions.”
# Once community/python-pip-api catches up to version 0.0.28,
# remove the `>=0.0.28` part from the following line.