core/systemd to 238.76-1.1

This commit is contained in:
Kevin Mihelich 2018-04-13 02:15:01 +00:00
parent 1945e09209
commit bd883c292e

View file

@ -7,13 +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
pkgbase=systemd
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
# Can be from either systemd or systemd-stable
_commit='f398c546c6fc43121131f41acec56b5a851bd35e'
pkgver=238.76
pkgrel=1
pkgrel=1.1
arch=('x86_64')
url="https://www.github.com/systemd/systemd"
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@ -73,6 +74,8 @@ _backports=(
)
_reverts=(
# timesync: on network event do not establish connection when NTP servers are not changed
'18334f048bd679ee82fd1e614b1adc5dcc81adb5'
)
_validate_tag() (