summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b55291171dc4..2bf310d7f38b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=archinstall
pkgname=archinstall-git
-pkgver=2.5.4.r2.g4429b38
+pkgver=2.5.4.r7.gc3e3ac6
pkgrel=1
pkgdesc="Just another guided/automated Arch Linux installer with a twist"
arch=('any')
@@ -11,9 +11,10 @@ url="https://github.com/archlinux/$_name"
license=('GPL3')
depends=('python' 'systemd')
makedepends=('git' 'python-setuptools' 'python-sphinx' 'python-build' 'python-installer' 'python-wheel')
-provides=('python-archinstall')
-conflicts=('python-archinstall')
-replaces=('python-archinstall')
+optdepends=('python-systemd: Adds journald logging')
+provides=('python-archinstall' 'archinstall')
+conflicts=('python-archinstall' 'archinstall')
+replaces=('python-archinstall' 'archinstall')
source=("git+https://github.com/archlinux/$_name.git")
sha256sums=('SKIP')