Merge pull request #187 from pyfisch/packaging2

Fix PKGBUILD conflicts and add provides line
This commit is contained in:
Anton Hvornum 2021-04-05 20:55:39 +00:00 committed by GitHub
commit 116fdb41c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"