Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-05 20:55:39 +0000
committerGitHub <noreply@github.com>2021-04-05 20:55:39 +0000
commit116fdb41c138a9c48efb59333987d8826826cd1d (patch)
treeb4ce9478edbc96fa0c011f9cf278c2376883d4df
parent1da9e52d52b1f88d5069392da29b8893377009e3 (diff)
parentc2b8dcca251095318f47b35d2c1a4b994bfa8d5b (diff)
Merge pull request #187 from pyfisch/packaging2
Fix PKGBUILD conflicts and add provides line
-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"