diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index c486682..037eff9 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -8,7 +8,7 @@ pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat') # Can be from either systemd or systemd-stable _commit='de7436b02badc82200dc127ff190b8155769b8e7' pkgver=239.0 -pkgrel=2 +pkgrel=3 arch=('x86_64') url='https://www.github.com/systemd/systemd' makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' @@ -62,6 +62,10 @@ sha512sums=('SKIP' '209b01b044877cc986757fa4009a92ea98f480306c2530075d153203c3cd2b3afccab6aacc1453dee8857991e04270572f1700310705d7a0f4d5bed27fab8c67') _backports=( + # build-sys: Detect whether struct statx is defined in sys/stat.h ( FS#59576 ) + '75720bff62a84896e9a0654afc7cf9408cf89a38' + # resolvconf: fixes for the compatibility interface ( FS#59459 ) + '5a01b3f35d7b6182c78b6973db8d99bdabd4f9c3' ) _reverts=( @@ -99,19 +103,6 @@ pkgver() { build() { local _timeservers=({0..3}.arch.pool.ntp.org) - local _nameservers=( - # 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 - 9.9.9.10 - 8.8.8.8 - 2606:4700:4700::1111 - 2620:fe::10 - 2001:4860:4860::8888 - ) local _meson_options=( -Daudit=false @@ -125,7 +116,7 @@ build() { -Ddefault-kill-user-processes=false -Dfallback-hostname='archlinux' -Dntp-servers="${_timeservers[*]}" - -Ddns-servers="${_nameservers[*]}" + -Ddns-servers= -Drpmmacrosdir=no -Dsysvinit-path= -Dsysvrcnd-path= @@ -242,7 +233,7 @@ package_systemd-resolvconf() { license=('GPL2') depends=('systemd') provides=('openresolv' 'resolvconf') - conflicts=('openresolv') + conflicts=('openresolv' 'resolvconf') install -d -m0755 "$pkgdir"/usr/bin ln -s resolvectl "$pkgdir"/usr/bin/resolvconf