summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/systemd/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD
index 30554d901..25e547d37 100644
--- a/libre/systemd/PKGBUILD
+++ b/libre/systemd/PKGBUILD
@@ -153,7 +153,7 @@ build() {
fi
local _meson_options=(
- -Dversion-tag="${pkgver}-${pkgrel}"
+ -Dversion-tag="${pkgver}-${pkgrel}-parabola"
-Dima=false
-Dlibidn2=true
@@ -164,8 +164,8 @@ build() {
-Ddefault-locale=C
-Ddefault-kill-user-processes=false
-Dfallback-hostname='parabola'
- -Ddns-servers="${_nameservers[*]}"
-Dntp-servers="${_timeservers[*]}"
+ -Ddns-servers="${_nameservers[*]}"
-Drpmmacrosdir=no
-Dsysvinit-path=
-Dsysvrcnd-path=
@@ -345,7 +345,7 @@ package_systemd-udev() {
package_systemd-libs() {
pkgdesc='systemd client libraries metapackage'
- depends=("${_systemd_libs[@]/libsystemd/libsystemd.so}")
+ depends=("${_systemd_libs[@]}")
license=('LGPL2.1')
provides=('libsystemd')
conflicts=('libsystemd')