diff options
Diffstat (limited to 'systemd/Pkgfile')
-rw-r--r-- | systemd/Pkgfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/systemd/Pkgfile b/systemd/Pkgfile index 87ccdf65b..8b34c6290 100644 --- a/systemd/Pkgfile +++ b/systemd/Pkgfile @@ -2,12 +2,12 @@ # URL: http://www.freedesktop.org/software/systemd/ # Maintainer: http://cgit.freedesktop.org/systemd/systemd/ # Packager: piernov <piernov@piernov.org> -# Depends on: libusbx, usbutils, gobject-introspection, gperf, pciutils, intltool, dbus, libcap, syslog-ng, sysvinit -# Run on: dbus,libcap,syslog-ng,sysvinit,acl +# Depends on: libusbx, usbutils, gobject-introspection, gperf, pciutils, intltool, libcap, syslog-ng, sysvinit, dbus +# Run on: libcap,syslog-ng,sysvinit,acl,dbus name=systemd -version=186 -release=2 +version=187 +release=1 source=(http://www.freedesktop.org/software/$name/$name-$version.tar.xz NuTyX.patch os-release) @@ -16,7 +16,7 @@ build() { cd $name-$version - patch -p0 < ../NuTyX.patch + patch -p1 < ../NuTyX.patch autoreconf |