diff options
Diffstat (limited to 'community/systemd/PKGBUILD')
-rw-r--r-- | community/systemd/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/systemd/PKGBUILD b/community/systemd/PKGBUILD index fb4e9f3e2..ff51c553d 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 44387 2011-04-06 23:47:15Z dreisner $ # Maintainer: Dave Reisner <d@falconindy.com> pkgname=systemd -pkgver=22 -pkgrel=2 +pkgver=24 +pkgrel=1 pkgdesc="Session and Startup manager" arch=('i686' 'x86_64') 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,7 +25,7 @@ backup=(etc/systemd/system.conf install=systemd.install source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.bz2" "os-release") -md5sums=('79cfbca526eaa5833723b48adeb0b323' +md5sums=('4a6b7d99f35bdae21d7f9b698792b8d3' 'f9922299150b4adda7b89e10bca33033') build() { |