summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Etherington2022-03-24 01:44:15 +0200
committerConnor Etherington2022-03-24 01:44:15 +0200
commit59c7bd213feffe0b379f3e12cc7d4541cf3c6368 (patch)
treec7e491178f943048c8ee6d8f02345d5d82435f81
parent6f6a20407c04dd1743c1ef9c09dee8e866d33db9 (diff)
downloadaur-59c7bd213feffe0b379f3e12cc7d4541cf3c6368.tar.gz
Update.
-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'