summaryrefslogtreecommitdiff
path: root/community/systemd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/systemd/PKGBUILD')
-rw-r--r--community/systemd/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/systemd/PKGBUILD b/community/systemd/PKGBUILD
index 247d802a1..9cf223be6 100644
--- a/community/systemd/PKGBUILD
+++ b/community/systemd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 43947 2011-04-01 02:11:49Z dreisner $
+# $Id: PKGBUILD 45374 2011-04-21 02:36:08Z dreisner $
# Maintainer: Dave Reisner <d@falconindy.com>
pkgname=systemd
-pkgver=22
-pkgrel=2
+pkgver=25
+pkgrel=1
pkgdesc="Session and Startup manager"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.freedesktop.org/wiki/Software/systemd"
@@ -11,10 +11,11 @@ license=('GPL2')
depends=('dbus-core' 'initscripts' 'sysvinit' 'util-linux>=2.19')
makedepends=('docbook-xsl' 'libxslt' 'cryptsetup' 'gtk2' 'libnotify')
optdepends=('cryptsetup: required for encrypted block devices'
- 'initscripts-systemd: native boot and initialization scripts'
'dbus-python: systemd-analyze'
'gtk2: systemadm'
+ 'initscripts-systemd: native boot and initialization scripts'
'libnotify: systemadm'
+ 'python2-cairo: systemd-analyze'
'systemd-arch-units: collection of native unit files for Arch daemon/init scripts')
groups=('systemd')
options=('!libtool')
@@ -24,14 +25,14 @@ backup=(etc/systemd/system.conf
install=systemd.install
source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.bz2"
"os-release")
-md5sums=('79cfbca526eaa5833723b48adeb0b323'
+md5sums=('11c64b4af8ba863d650b6a7339610fc2'
'f9922299150b4adda7b89e10bca33033')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr \
- --with-rootdir=/ \
+ --with-rootdir= \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \