Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPyfisch <pyfisch@posteo.org>2021-04-05 22:25:40 +0200
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-08 09:20:39 -0400
commitb6e9f11669cb8264767230823ad15361c65ab56d (patch)
tree87583783f871bbb0a571d9ecd14a509b993dbf0a /PKGBUILD
parent5134fb75c6b06ee85c94dc3c3858687a2b937dca (diff)
Fix PKGBUILD conflicts and add provides line
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c951e70a..7a5da658 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"