summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2019-04-04 22:46:06 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2019-04-04 22:53:25 -0400
commitffe1ef6649b15890329e0fd9f22ada9754aa300a (patch)
tree20c16eb66015ddc12cf9e63b3c4b9509cb0a8bde
parent404d11b2caab63ae26a2278b047006fbe43724a2 (diff)
libre/systemd: Update
-rw-r--r--libre/systemd/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
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')