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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Apr 9 14:30:08 UTC 2012


    Date: Monday, April 9, 2012 @ 10:30:07
  Author: andyrtr
Revision: 155944

upgpkg: dbus-core 1.4.20-2

add dep on shadow; FS#29341

Modified:
  dbus-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-09 13:41:08 UTC (rev 155943)
+++ PKGBUILD	2012-04-09 14:30:07 UTC (rev 155944)
@@ -4,12 +4,12 @@
 #
 pkgname=dbus-core
 pkgver=1.4.20
-pkgrel=1
+pkgrel=2
 pkgdesc="Freedesktop.org message bus system"
 url="http://www.freedesktop.org/Software/dbus"
 arch=(i686 x86_64)
 license=('GPL' 'custom')
-depends=('expat>=2.0.1' 'coreutils' 'filesystem')
+depends=('expat>=2.0.1' 'coreutils' 'filesystem' 'shadow') # shadow for install scriptlet FS#29341
 makedepends=('libx11')
 conflicts=('dbus<1.2.3-2')
 options=(!libtool)




More information about the arch-commits mailing list