summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d857968cf8d..175ef4a97751 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = ez
license = MIT
optdepends = npn: To download npm packages with ezdl
optdepends = snapd: To install snap packages with ezdl
- optdepends = pip: To install python packages with ezdl
+ optdepends = python-pip: To install python packages with ezdl
optdepends = git: To use ezgc for git cloning
optdepends = lf: To use eztsts lf file-management functionality
optdepends = paru: To use ezdl for downloading packages from the AUR
diff --git a/PKGBUILD b/PKGBUILD
index 59a15a4e4dde..f5e5fa92780c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=()
optdepends=(
'npn: To download npm packages with 'ezdl''
'snapd: To install snap packages with 'ezdl''
- 'pip: To install python packages with 'ezdl''
+ 'python-pip: To install python packages with 'ezdl''
'git: To use 'ezgc' for git cloning'
'lf: To use 'eztst's lf file-management functionality'
'paru: To use 'ezdl' for downloading packages from the AUR'