core/systemd to 249-3

This commit is contained in:
Kevin Mihelich 2021-07-12 18:21:56 +00:00
parent 83db4ff0e0
commit e6fc8932e5
2 changed files with 5 additions and 1 deletions

View file

@ -13,7 +13,7 @@ pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
_tag='b134c9cc4b02eddca2ea098324369018123fdf15' # git rev-parse v${_tag_name}
_tag_name=249
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'

View file

@ -47,6 +47,10 @@ post_install() {
post_upgrade() {
post_common "$@"
if sd_booted; then
systemctl --system daemon-reexec
fi
local v upgrades=(
242.0-2
)