summaryrefslogtreecommitdiff
path: root/extra/systemd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/systemd/PKGBUILD')
-rw-r--r--extra/systemd/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/systemd/PKGBUILD b/extra/systemd/PKGBUILD
index 7409bba10..8c2bf8560 100644
--- a/extra/systemd/PKGBUILD
+++ b/extra/systemd/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 150113 2012-02-12 16:04:12Z dreisner $
+# $Id: PKGBUILD 150257 2012-02-16 01:26:10Z dreisner $
# Maintainer: Dave Reisner <dreisner@archlinux.org>
pkgname=systemd
-pkgver=42
+pkgver=43
pkgrel=1
pkgdesc="Session and Startup manager"
arch=('i686' 'x86_64')
@@ -15,7 +15,8 @@ optdepends=('cryptsetup: required for encrypted block devices'
'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 @@ backup=(etc/dbus-1/system.d/org.freedesktop.systemd1.conf
install="$pkgname.install"
source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz"
"os-release")
-md5sums=('7686b44e368d2523901d3e903ed4dcea'
+md5sums=('446cc6db7625617af67e2d8e5f503a49'
'752636def0db3c03f121f8b4f44a63cd')
build() {