summaryrefslogtreecommitdiff
path: root/libre/systemd
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-04 17:04:24 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-04 17:04:24 -0300
commit0a1492bc9ff6ba6967a9d514f2e126b0a105a7bf (patch)
tree57128a189fdbb8497babb01ce4edbf221af7a0b2 /libre/systemd
parent5f6828a8b2c88ae11110fbf1747ea23ae8c8ce1e (diff)
update systemd
Diffstat (limited to 'libre/systemd')
-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
}