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
committerPyfisch <pyfisch@posteo.org>2021-04-05 22:25:40 +0200
commitc2b8dcca251095318f47b35d2c1a4b994bfa8d5b (patch)
treeb4ce9478edbc96fa0c011f9cf278c2376883d4df /PKGBUILD
parent1da9e52d52b1f88d5069392da29b8893377009e3 (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"