Date: Tuesday, December 31, 2013 @ 22:21:19 Author: dreisner Revision: 203016
fix dbus dependency on the lib Modified: dnsmasq/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-31 17:37:47 UTC (rev 203015) +++ PKGBUILD 2013-12-31 21:21:19 UTC (rev 203016) @@ -10,7 +10,7 @@ url="http://www.thekelleys.org.uk/dnsmasq/doc.html" arch=('i686' 'x86_64') license=('GPL') -depends=('glibc' 'dbus-core') +depends=('glibc' 'libdbus') install=$pkgname.install backup=('etc/dnsmasq.conf') source=("http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz"
