Removed systemd requirement in both AUR PKGBUILDs (#212)

This commit is contained in:
Erik Reider 2023-08-23 05:35:39 +02:00 committed by GitHub
parent c47aa61c64
commit 13eeea5ed5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -59,7 +59,6 @@ pkgver() {
build() {
arch-meson \
-Dsd-bus-provider=libsystemd \
-Dwerror=false \
"$_pkgname" build
meson compile -C build

View file

@ -54,7 +54,6 @@ install=sway.install
build() {
arch-meson \
-Dsd-bus-provider=libsystemd \
-Dwerror=false \
"${_pkgname}-${pkgver}" build
meson compile -C build