diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD index be1c7ef3a..e521ceaf0 100644 --- a/core/systemd/PKGBUILD +++ b/core/systemd/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=systemd pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat') -pkgver=223 +pkgver=224 pkgrel=1 arch=('i686' 'x86_64') url="http://www.freedesktop.org/wiki/Software/systemd" @@ -34,9 +34,9 @@ md5sums=('SKIP' prepare() { cd "$pkgname" - # networkd: fix size of networkd binary - # https://github.com/systemd/systemd/commit/6870b4156377 - git cherry-pick -n 6870b4156377 + # networkd: fix neworkd crash + # https://github.com/systemd/systemd/commit/49f6e11e89b4 + git cherry-pick -n 49f6e11e89b4 ./autogen.sh }