summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ab576a59301..ff40fa71644b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,7 +73,7 @@ package_python-pip-git() {
package_python2-pip-git() {
depends=("${_deps[@]/#/python2-}" 'python2-ipaddress')
- conflicts=('python-pyinstall')
+ conflicts=('python-pyinstall' 'python2-pip')
replaces=('python-pyinstall')
cd "$srcdir/pip-$pkgver"