summaryrefslogtreecommitdiff
path: root/core/dbus/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-01-25 03:57:09 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-01-25 03:57:09 +0000
commitbceed102ef20163ec69542342988b89b9ceb1fcf (patch)
treeb8c393a125d71dce300d4988c4d377f9052f47de /core/dbus/PKGBUILD
parent58a72e3d6c07ca57231ada1576ba86af346197d4 (diff)
Sat Jan 25 03:51:36 UTC 2014
Diffstat (limited to 'core/dbus/PKGBUILD')
-rw-r--r--core/dbus/PKGBUILD18
1 files changed, 7 insertions, 11 deletions
diff --git a/core/dbus/PKGBUILD b/core/dbus/PKGBUILD
index 6b6282c1d..7afab2a65 100644
--- a/core/dbus/PKGBUILD
+++ b/core/dbus/PKGBUILD
@@ -1,28 +1,24 @@
-# $Id: PKGBUILD 203073 2014-01-03 11:02:50Z tomegun $
+# $Id: PKGBUILD 204675 2014-01-24 19:00:33Z dreisner $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Link Dupont <link@subpop.net>
#
pkgbase=dbus
pkgname=('dbus' 'libdbus')
-pkgver=1.6.18
-pkgrel=3
+pkgver=1.8.0
+pkgrel=1
pkgdesc="Freedesktop.org message bus system"
url="http://www.freedesktop.org/Software/dbus"
arch=(i686 x86_64)
license=('GPL' 'custom')
-makedepends=('libx11' 'systemd')
+makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz
- 30-dbus systemd-user-session.patch memleak.patch)
-md5sums=('b02e9c95027a416987b81f9893831061'
- '3314d727fa57fc443fce25b5cbeebbcc'
- 'd8a1bd529b3ddca671ee1a695a143db9'
- 'cf86d68e39d975cec1e9f0342eb9b142')
+ 30-dbus)
+md5sums=('059fbe84e39fc99c67a14f15b1f39dff'
+ '3314d727fa57fc443fce25b5cbeebbcc')
prepare() {
cd dbus-$pkgver
- patch -Np1 -i ../systemd-user-session.patch
- patch -Np1 -i ../memleak.patch
}
build() {