mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/systemd to 242.0-1
This commit is contained in:
parent
a0315df990
commit
a5607607e4
2 changed files with 8 additions and 2 deletions
|
@ -6,12 +6,13 @@
|
|||
# - disable gold/LTO
|
||||
# - removed makedepend on gnu-efi-libs, set -Dgnuefi=false
|
||||
# - patch to whitelist cacheflush syscall
|
||||
# - add 242-1 changes in systemd.install to fix systemd-timesyncd
|
||||
|
||||
pkgbase=systemd
|
||||
pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
|
||||
# Can be from either systemd or systemd-stable
|
||||
_commit='3d835d09f29151c97af7cb1116e192df711587ab'
|
||||
pkgver=241.93
|
||||
_commit='1e5d2d656420d0e755dbcf72aeba3c3aba54e956'
|
||||
pkgver=242.0
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url='https://www.github.com/systemd/systemd'
|
||||
|
|
|
@ -53,6 +53,10 @@ _233_75_3_changes() {
|
|||
fi
|
||||
}
|
||||
|
||||
_242_1_changes() {
|
||||
rm -rf /var/lib/systemd/timesync /var/lib/private/systemd/timesync
|
||||
}
|
||||
|
||||
post_install() {
|
||||
systemd-machine-id-setup
|
||||
|
||||
|
@ -87,6 +91,7 @@ post_upgrade() {
|
|||
230-1
|
||||
232-8
|
||||
233.75-3
|
||||
242-1
|
||||
)
|
||||
|
||||
for v in "${upgrades[@]}"; do
|
||||
|
|
Loading…
Reference in a new issue