core/systemd to 250.3-3

This commit is contained in:
Kevin Mihelich 2022-02-09 00:34:34 +00:00
parent 1acdba0acb
commit 3a489af7d5

View file

@ -14,7 +14,7 @@ pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
_tag='d066a4f747b225d47c5f5c97a8843d30878995b8' # git rev-parse v${_tag_name}
_tag_name=250.3
pkgver="${_tag_name/-/}"
pkgrel=2
pkgrel=3
arch=('x86_64')
url='https://www.github.com/systemd/systemd'
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@ -98,17 +98,18 @@ prepare() {
build() {
local _timeservers=({0..3}.arch.pool.ntp.org)
local _nameservers=(
# We use these public name services, ordered by their
# privacy policy (hopefully):
# We use these public name services, ordered by their privacy policy (hopefully):
# * Cloudflare (https://1.1.1.1/)
# * Quad9 without filtering (https://www.quad9.net/)
# * Google (https://developers.google.com/speed/public-dns/)
1.1.1.1#cloudflare-dns.com
9.9.9.10#dns.quad9.net
8.8.8.8#dns.google
2606:4700:4700::1111#cloudflare-dns.com
2620:fe::10#dns.quad9.net
2001:4860:4860::8888#dns.google
# TODO: go back to cloudflare? Currently it is unusable with systemd-resolved...
# https://community.cloudflare.com/t/ttl-for-cnames/354506
#'1.1.1.1#cloudflare-dns.com'
'9.9.9.10#dns.quad9.net'
'8.8.8.8#dns.google'
#'2606:4700:4700::1111#cloudflare-dns.com'
'2620:fe::10#dns.quad9.net'
'2001:4860:4860::8888#dns.google'
)
LDFLAGS+=" -Wl,-fuse-ld=bfd"
@ -156,7 +157,7 @@ build() {
arch-meson "$pkgbase-stable" build "${_meson_options[@]}"
ninja -C build
meson compile -C build
}
check() {