diff options
author | root <root@rshg054.dnsready.net> | 2011-10-07 23:14:36 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-07 23:14:36 +0000 |
commit | 8a8ac56bbf82685c43072923560881e6b119ec66 (patch) | |
tree | a83c44158166a5ad2cc5bfcaf1199ca7ba3652cc /extra/dbus | |
parent | 5442e9b8f357932ed5d6cb46e90fcbf6f453469f (diff) |
Fri Oct 7 23:14:36 UTC 2011
Diffstat (limited to 'extra/dbus')
-rw-r--r-- | extra/dbus/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/dbus/PKGBUILD b/extra/dbus/PKGBUILD index 6def02fe7..9d8ab360b 100644 --- a/extra/dbus/PKGBUILD +++ b/extra/dbus/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 134376 2011-08-03 11:19:50Z ibiru $ +# $Id: PKGBUILD 140077 2011-10-06 07:35:45Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Link Dupont <link@subpop.net> # pkgname=dbus -pkgver=1.4.14 +pkgver=1.4.16 pkgrel=1 pkgdesc="Freedesktop.org message bus system" url="http://www.freedesktop.org/Software/dbus" @@ -12,7 +12,7 @@ license=('GPL' 'custom') depends=("dbus-core>=${pkgver}" 'libx11') source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz 30-dbus) -md5sums=('ae6de2562a57516cfabaf56903375ba9' +md5sums=('44a2a10678e7e50460879c3eb4453a65' 'd14e59575f04e55d21a04907b6fd9f3c') build() { |