Date: Wednesday, February 15, 2012 @ 20:25:56 Author: dreisner Revision: 150256
upgpkg: systemd 43-1 - add optdep for systemd-sysvcompat Modified: systemd/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-16 00:05:20 UTC (rev 150255) +++ PKGBUILD 2012-02-16 01:25:56 UTC (rev 150256) @@ -2,7 +2,7 @@ # Maintainer: Dave Reisner <[email protected]> pkgname=systemd -pkgver=42 +pkgver=43 pkgrel=1 pkgdesc="Session and Startup manager" arch=('i686' 'x86_64') @@ -15,7 +15,8 @@ 'initscripts: legacy support for hostname and vconsole setup' 'initscripts-systemd: native boot and initialization scripts' 'python2-cairo: systemd-analyze' - 'systemd-arch-units: collection of native unit files for Arch daemon/init scripts') + 'systemd-arch-units: collection of native unit files for Arch daemon/init scripts' + 'systemd-sysvcompat: symlink package to provide sysvinit binaries') options=('!libtool') backup=(etc/dbus-1/system.d/org.freedesktop.systemd1.conf etc/dbus-1/system.d/org.freedesktop.hostname1.conf @@ -29,7 +30,7 @@ install="$pkgname.install" source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz" "os-release") -md5sums=('7686b44e368d2523901d3e903ed4dcea' +md5sums=('446cc6db7625617af67e2d8e5f503a49' '752636def0db3c03f121f8b4f44a63cd') build() {
