diff options
author | Erik Reider <[email protected]> | 2023-08-23 05:35:39 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-08-22 23:35:39 -0400 |
commit | 13eeea5ed5f569eb8a9af329af8a7f6b4b0b114e (patch) | |
tree | 9a97b652b0dc1aec04a5d4225006982b71ad9d51 | |
parent | c47aa61c64925c72722dfbfa01cd47643a92c7d9 (diff) |
Removed systemd requirement in both AUR PKGBUILDs (#212)
-rw-r--r-- | build-scripts/aur-git/PKGBUILD | 1 | ||||
-rw-r--r-- | build-scripts/aur/PKGBUILD | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/build-scripts/aur-git/PKGBUILD b/build-scripts/aur-git/PKGBUILD index a865b0a6..aefcbd83 100644 --- a/build-scripts/aur-git/PKGBUILD +++ b/build-scripts/aur-git/PKGBUILD @@ -59,7 +59,6 @@ pkgver() { build() { arch-meson \ - -Dsd-bus-provider=libsystemd \ -Dwerror=false \ "$_pkgname" build meson compile -C build diff --git a/build-scripts/aur/PKGBUILD b/build-scripts/aur/PKGBUILD index 06406a36..c4fe0e38 100644 --- a/build-scripts/aur/PKGBUILD +++ b/build-scripts/aur/PKGBUILD @@ -54,7 +54,6 @@ install=sway.install build() { arch-meson \ - -Dsd-bus-provider=libsystemd \ -Dwerror=false \ "${_pkgname}-${pkgver}" build meson compile -C build |