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

Tom Gundersen tomegun at archlinux.org
Tue Dec 4 14:07:11 UTC 2012


    Date: Tuesday, December 4, 2012 @ 09:07:11
  Author: tomegun
Revision: 172507

upgpkg: dbus 1.6.8-5

fix FS#32952

Modified:
  dbus/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-04 12:22:42 UTC (rev 172506)
+++ PKGBUILD	2012-12-04 14:07:11 UTC (rev 172507)
@@ -5,7 +5,7 @@
 #
 pkgname=dbus
 pkgver=1.6.8
-pkgrel=4
+pkgrel=5
 pkgdesc="Freedesktop.org message bus system"
 url="http://www.freedesktop.org/Software/dbus"
 arch=(i686 x86_64)
@@ -26,7 +26,7 @@
 build() {
   cd dbus-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+      --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
       --with-system-pid-file=/run/dbus/pid \
       --with-system-socket=/run/dbus/system_bus_socket \
       --with-console-auth-dir=/run/console/ \




More information about the arch-commits mailing list