remove circular dep systemd/udev, rebuild dbus-core with shadow dep

This commit is contained in:
Anke 2012-06-27 21:00:33 +00:00
parent 901c504ea9
commit 0f99dee8c1
2 changed files with 4 additions and 4 deletions

View File

@ -5,12 +5,12 @@
pkgname=dbus-core
pkgver=1.4.14
pkgrel=3
pkgrel=4
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')
depends=('expat>=2.0.1' 'coreutils' 'filesystem' 'shadow')
makedepends=('libx11')
conflicts=('dbus<1.2.3-2')
options=(!libtool)

View File

@ -5,9 +5,9 @@
pkgname=udev
pkgver=182
pkgrel=3
pkgrel=4
pkgdesc="The userspace dev tools (udev)"
depends=('util-linux' 'libusb-compat' 'glib2' 'kmod' 'acl' 'hwids' 'systemd')
depends=('util-linux' 'libusb-compat' 'glib2' 'kmod' 'acl' 'hwids')
install=udev.install
arch=(i686 x86_64)
license=('GPL')