[arch-commits] Commit in dbus-core/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sat Sep 5 09:30:24 UTC 2009


    Date: Saturday, September 5, 2009 @ 05:30:23
  Author: jgc
Revision: 51123

upgpkg: dbus-core 1.2.16-1
    Update to 1.2.16

Modified:
  dbus-core/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-05 08:51:06 UTC (rev 51122)
+++ PKGBUILD	2009-09-05 09:30:23 UTC (rev 51123)
@@ -3,30 +3,30 @@
 # Contributor: Link Dupont <link at subpop.net>
 #
 pkgname=dbus-core
-pkgver=1.2.14
+pkgver=1.2.16
 pkgrel=1
 pkgdesc="Freedesktop.org message bus system"
 url="http://www.freedesktop.org/Software/dbus"
 arch=(i686 x86_64)
 license=('GPL' 'custom')
-depends=('expat>=2.0' 'coreutils' 'filesystem')
+depends=('expat>=2.0.1' 'coreutils' 'filesystem')
 conflicts=('dbus<1.2.3-2')
 options=(!libtool)
 groups=('base')
 install=dbus.install
 source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz
-	dbus)
-md5sums=('2c267ccd45d0b18db8c9edacad63ec98'
+        dbus)
+md5sums=('c7a47b851ebe02f6726b65b78d1b730b'
          '08f93dd19cffd1b45ab05c1fd4efb560')
 
 build() {
   cd "${srcdir}/dbus-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  	      --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
-              --with-system-pid-file=/var/run/dbus.pid \
-	      --enable-inotify --disable-dnotify \
-              --disable-verbose-mode --disable-static \
-	      --disable-tests --disable-asserts --without-x || return 1
+      --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+      --with-system-pid-file=/var/run/dbus.pid \
+      --enable-inotify --disable-dnotify \
+      --disable-verbose-mode --disable-static \
+      --disable-tests --disable-asserts --without-x || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 




More information about the arch-commits mailing list