diff options
author | root <root@rshg047.dnsready.net> | 2011-05-27 22:47:26 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-27 22:47:26 +0000 |
commit | 33feb015eb09eee76827f359e685fce981d88111 (patch) | |
tree | 775ca3a4bc06155ce29cd205ba583df5d9b1ba44 /community/systemd | |
parent | 956ae4eb53422c92f78d86d5511f25fbf6fa6497 (diff) |
Fri May 27 22:47:26 UTC 2011
Diffstat (limited to 'community/systemd')
-rw-r--r-- | community/systemd/PKGBUILD | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/community/systemd/PKGBUILD b/community/systemd/PKGBUILD index ca47c7723..0016127b2 100644 --- a/community/systemd/PKGBUILD +++ b/community/systemd/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 47349 2011-05-21 21:23:44Z dreisner $ +# $Id: PKGBUILD 47976 2011-05-26 18:14:34Z dreisner $ # Maintainer: Dave Reisner <d@falconindy.com> pkgname=systemd -pkgver=27 -pkgrel=2 +pkgver=28 +pkgrel=1 pkgdesc="Session and Startup manager" arch=('i686' 'x86_64') url="http://www.freedesktop.org/wiki/Software/systemd" @@ -26,18 +26,13 @@ backup=(etc/systemd/system.conf usr/lib/tmpfiles.d/x11.conf) install=systemd.install source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.bz2" - "mqueue-signed-int.patch" "os-release") -md5sums=('6d6319e1817960459f13b300c4881f18' - '2ba01b4fc5c70eb51c223005fa5b9ecc' +md5sums=('be37500f576a0494f82fed7fa47cc306' '752636def0db3c03f121f8b4f44a63cd') build() { cd "$srcdir/$pkgname-$pkgver" - # fix ABRT on systemctl status - patch -Np1 <"$srcdir/mqueue-signed-int.patch" - ./configure --prefix=/usr \ --with-rootdir= \ --sysconfdir=/etc \ |