diff options
author | root <root@rshg054.dnsready.net> | 2012-06-28 00:01:48 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-06-28 00:01:48 +0000 |
commit | ad4cbb616af1b40790c6533f1d5b98dbd7aaa199 (patch) | |
tree | bb9eaf0dec4bf5c449ccc9236b02ea993f69f9fe /core/dbus-core/PKGBUILD | |
parent | 5aee7ab49f65d6fee1182bfcacf92192ad36c4af (diff) |
Thu Jun 28 00:01:48 UTC 2012
Diffstat (limited to 'core/dbus-core/PKGBUILD')
-rw-r--r-- | core/dbus-core/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/dbus-core/PKGBUILD b/core/dbus-core/PKGBUILD index c2ca50617..587604851 100644 --- a/core/dbus-core/PKGBUILD +++ b/core/dbus-core/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 162315 2012-06-24 22:30:38Z dreisner $ +# $Id: PKGBUILD 162424 2012-06-27 01:43:40Z dreisner $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Link Dupont <link@subpop.net> # pkgname=dbus-core pkgver=1.6.0 -pkgrel=4 +pkgrel=5 pkgdesc="Freedesktop.org message bus system" url="http://www.freedesktop.org/Software/dbus" arch=(i686 x86_64) license=('GPL' 'custom') -depends=('expat>=2.0.1' 'coreutils' 'filesystem' 'libsystemd' 'shadow') # shadow for install scriptlet FS#29341 +depends=('expat>=2.0.1' 'coreutils' 'filesystem' 'libsystemd' 'shadow' 'systemd-tools') # shadow for install scriptlet FS#29341 makedepends=('libx11') conflicts=('dbus<1.2.3-2') options=(!libtool) |