diff options
author | root <root@rshg054.dnsready.net> | 2011-08-06 23:14:28 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-06 23:14:28 +0000 |
commit | 7f2d7bd11daf0c654d4147cb91f9913bc587c276 (patch) | |
tree | f52f5e0fbbf78b3f77f034aa9fcb06346e363ed0 /extra/dbus/PKGBUILD | |
parent | 6eacc0759bca4167f2dcd67ce43bca78cb2a06ca (diff) |
Sat Aug 6 23:14:27 UTC 2011
Diffstat (limited to 'extra/dbus/PKGBUILD')
-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 bcac66a7a..6def02fe7 100644 --- a/extra/dbus/PKGBUILD +++ b/extra/dbus/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 128609 2011-06-24 14:05:28Z ibiru $ +# $Id: PKGBUILD 134376 2011-08-03 11:19:50Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Link Dupont <link@subpop.net> # pkgname=dbus -pkgver=1.4.12 +pkgver=1.4.14 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=('104f2ea94c10a896dfb1edecb5714cb1' +md5sums=('ae6de2562a57516cfabaf56903375ba9' 'd14e59575f04e55d21a04907b6fd9f3c') build() { |