summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2015-09-05 10:42:40 +0200
committerNicolas Iooss2015-09-05 10:42:40 +0200
commit7b6d5fa98a73877df3ddcdb5b47f8ee1ef7db006 (patch)
treec8676d0d747e5d8a8bc104fffc85b782db122091 /PKGBUILD
parent466565d966cedea852ac43e49c3d35307d80d1f6 (diff)
downloadaur-7b6d5fa98a73877df3ddcdb5b47f8ee1ef7db006.tar.gz
systemd-selinux 225-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be522a609919..56f877615800 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=systemd-selinux
pkgname=('systemd-selinux' 'libsystemd-selinux' 'systemd-sysvcompat-selinux')
-pkgver=224
+pkgver=225
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/systemd"
@@ -37,10 +37,6 @@ md5sums=('SKIP'
prepare() {
cd "${pkgname/-selinux}"
- # networkd: fix neworkd crash
- # https://github.com/systemd/systemd/commit/49f6e11e89b4
- git cherry-pick -n 49f6e11e89b4
-
./autogen.sh
}