summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2015-08-07 17:11:48 +0800
committerNicolas Iooss2015-08-07 17:11:48 +0800
commit466565d966cedea852ac43e49c3d35307d80d1f6 (patch)
treedbb1f46ab02b257700b78929d5c9c06b6bfbb2d6 /PKGBUILD
parent9b9029b2dbe3deb31b346e562838dfba1fb3f259 (diff)
downloadaur-466565d966cedea852ac43e49c3d35307d80d1f6.tar.gz
systemd-selinux 224-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 023a70cd7b75..be522a609919 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=systemd-selinux
pkgname=('systemd-selinux' 'libsystemd-selinux' 'systemd-sysvcompat-selinux')
-pkgver=223
+pkgver=224
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/systemd"
@@ -37,9 +37,9 @@ md5sums=('SKIP'
prepare() {
cd "${pkgname/-selinux}"
- # 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
}