From 8f1c677bdc952bea39bc031cfbc65651c0d65d96 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 5 Sep 2015 00:14:09 +0000 Subject: [PATCH] core/systemd to 225-1 --- core/systemd/PKGBUILD | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD index e521ceaf0..d68343622 100644 --- a/core/systemd/PKGBUILD +++ b/core/systemd/PKGBUILD @@ -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 }