core/systemd to 224-1

This commit is contained in:
Kevin Mihelich 2015-08-04 12:06:52 +00:00
parent 701573a621
commit c20be9957d

View file

@ -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
}