summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
Diffstat (limited to 'libre')
-rw-r--r--libre/systemd/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD
index 01aaa45af..1c577526f 100644
--- a/libre/systemd/PKGBUILD
+++ b/libre/systemd/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=systemd
pkgname=systemd
-pkgver=223
+pkgver=224
pkgrel=1.parabola1
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/systemd"
@@ -31,9 +31,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 networkd crash
+ # https://github.com/systemd/systemd/commit/49f6e11e89b4
+ git cherry-pick -n 49f6e11e89b4
./autogen.sh
}