diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/dbus/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/dbus/APKBUILD b/x11/dbus/APKBUILD index 102ff98d55..15aa3c9d77 100644 --- a/x11/dbus/APKBUILD +++ b/x11/dbus/APKBUILD @@ -1,13 +1,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=dbus -pkgver=1.2.12 +pkgver=1.2.14 pkgrel=0 pkgdesc="Freedesktop.org message bus system" url="http://www.freedesktop.org/Software/dbus" license="GPL custom" subpackages="$pkgname-dev $pkgname-doc" -depends="uclibc expat libx11" -makedepends="expat-dev libx11-dev pkgconfig g++" +depends= +makedepends="expat-dev libx11-dev pkgconfig" install="$pkgname.pre-install" source="http://$pkgname.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz $pkgname.initd @@ -33,6 +33,6 @@ build() { make DESTDIR="$pkgdir" install install -Dm755 "$srcdir"/dbus.initd "$pkgdir"/etc/init.d/dbus } -md5sums="39bd582c3b06a261cac44d4cab6fd60b dbus-1.2.12.tar.gz +md5sums="2c267ccd45d0b18db8c9edacad63ec98 dbus-1.2.14.tar.gz 58356b4db650a89312a670c02804c540 dbus.initd 1f3230e131a28409e8769c987b0f624a dbus.pre-install" |