From ffe1ef6649b15890329e0fd9f22ada9754aa300a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 4 Apr 2019 22:46:06 -0400 Subject: libre/systemd: Update --- libre/systemd/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libre') diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index 52efcddea..8b84fcd80 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -12,9 +12,9 @@ pkgname+=('systemd-common' 'systemd-udev') _systemd_libs=('libsystemd' 'libudev' 'nss-systemd' 'nss-myhostname' 'nss-mymachines' 'nss-resolve') pkgname+=("${_systemd_libs[@]/#/systemd-}") # Can be from either systemd or systemd-stable -_commit='a09c170122cf3b37c3e4431bf082f9dbdc07fc70' -pkgver=241.7 -pkgrel=2 +_commit='cbf14c9500d5e6820fd7d96166ca0bf75c6850df' +pkgver=241.67 +pkgrel=1 pkgrel+=.par1 arch=('x86_64') arch+=('i686' 'armv7h' 'ppc64le') @@ -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') -- cgit v1.2.3