Fix PKGBUILD conflicts and add provides line

This commit is contained in:
Pyfisch 2021-04-05 22:25:40 +02:00 committed by Dylan Taylor
parent 5134fb75c6
commit b6e9f11669
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ url="https://github.com/archlinux/archinstall"
license=('GPL')
depends=('python')
makedepends=('python-setuptools')
conflicts=('archinstall' 'archinstall-python' 'python-archinstall-git')
provides=('python-archinstall')
conflicts=('archinstall' 'python-archinstall' 'python-archinstall-git')
build() {
cd "$startdir"