mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/systemd to 238.76-1.2
This commit is contained in:
parent
3e229c576e
commit
708957ae6b
1 changed files with 4 additions and 4 deletions
|
@ -7,14 +7,14 @@
|
|||
# - disable gold/LTO
|
||||
# - removed makedepend on gnu-efi-libs, set -Dgnuefi=false
|
||||
# - patch to whitelist cacheflush syscall
|
||||
# - revert timesyncd change that is breaking synchronization on boot
|
||||
# - backport timesyncd fix
|
||||
|
||||
pkgbase=systemd
|
||||
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
|
||||
# Can be from either systemd or systemd-stable
|
||||
_commit='f398c546c6fc43121131f41acec56b5a851bd35e'
|
||||
pkgver=238.76
|
||||
pkgrel=1.1
|
||||
pkgrel=1.2
|
||||
arch=('x86_64')
|
||||
url="https://www.github.com/systemd/systemd"
|
||||
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
||||
|
@ -71,11 +71,11 @@ sha512sums=('SKIP'
|
|||
_backports=(
|
||||
# nspawn: wait for network namespace creation before interface setup (#8633)
|
||||
'7511655807e90aa33ea7b71991401a79ec36bb41'
|
||||
# timesync: establish connection when network become online and the manager is not connected yet
|
||||
'0630eb1bcc6a4c2d05e57f58bea77da36697530a'
|
||||
)
|
||||
|
||||
_reverts=(
|
||||
# timesync: on network event do not establish connection when NTP servers are not changed
|
||||
'18334f048bd679ee82fd1e614b1adc5dcc81adb5'
|
||||
)
|
||||
|
||||
_validate_tag() (
|
||||
|
|
Loading…
Reference in a new issue