core/systemd to 225-1

This commit is contained in:
Kevin Mihelich 2015-09-05 00:14:09 +00:00
parent e14f3654e0
commit 8f1c677bdc

View file

@ -7,7 +7,7 @@
pkgbase=systemd
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
pkgver=224
pkgver=225
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/systemd"
@ -34,10 +34,6 @@ md5sums=('SKIP'
prepare() {
cd "$pkgname"
# networkd: fix neworkd crash
# https://github.com/systemd/systemd/commit/49f6e11e89b4
git cherry-pick -n 49f6e11e89b4
./autogen.sh
}