summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Hvornum2023-03-29 15:24:15 +0200
committerAnton Hvornum2023-03-29 15:24:15 +0200
commit5c755dbc65b83cf1b65810e0fae679d2f15c06e0 (patch)
tree683afe8d0332fbd967fafe273f3ecdb17b2095fa
parent7b9d700c3f3429e42ade21965712d6439601a645 (diff)
downloadaur-5c755dbc65b83cf1b65810e0fae679d2f15c06e0.tar.gz
Added systemd as depends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c7827aa3169..60ffac689601 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Just another guided/automated Arch Linux installer with a twist"
arch=('any')
url="https://github.com/archlinux/$_name"
license=('GPL3')
-depends=('python')
+depends=('python' 'systemd')
makedepends=('git' 'python-setuptools' 'python-sphinx' 'python-build' 'python-installer' 'python-wheel')
provides=('python-archinstall')
conflicts=('python-archinstall')