summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Hvornum2023-03-31 10:53:18 +0200
committerAnton Hvornum2023-03-31 10:53:18 +0200
commit7268c7cc108263b2078735c0aecb869cea0ffd3c (patch)
tree35eb8e295325a95d2b0fde4848399cb02b03e933
parent28e326642901ee419550afee516718895d0a14bc (diff)
downloadaur-7268c7cc108263b2078735c0aecb869cea0ffd3c.tar.gz
Added optdepends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25f6b40f6f70..ebef4e2bde80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = archinstall-git
pkgdesc = Just another guided/automated Arch Linux installer with a twist
- pkgver = 2.5.4.r1.g9f102a6
+ pkgver = 2.5.4.r7.gc3e3ac6
pkgrel = 1
url = https://github.com/archlinux/archinstall
arch = any
@@ -12,9 +12,14 @@ pkgbase = archinstall-git
makedepends = python-installer
makedepends = python-wheel
depends = python
+ depends = systemd
+ optdepends = python-systemd: Adds journald logging
provides = python-archinstall
+ provides = archinstall
conflicts = python-archinstall
+ conflicts = archinstall
replaces = python-archinstall
+ replaces = archinstall
source = git+https://github.com/archlinux/archinstall.git
sha256sums = SKIP
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')