[arch-commits] Commit in initscripts/trunk (PKGBUILD)
Tom Gundersen
tomegun at archlinux.org
Mon May 28 14:53:15 UTC 2012
Date: Monday, May 28, 2012 @ 10:53:14
Author: tomegun
Revision: 160051
upgpkg: initscripts 2012.05.1-2
depend on systemd-tools instead of udev, as the former ate the latter
Modified:
initscripts/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-05-28 14:35:02 UTC (rev 160050)
+++ PKGBUILD 2012-05-28 14:53:14 UTC (rev 160051)
@@ -5,14 +5,14 @@
pkgname=initscripts
pkgver=2012.05.1
-pkgrel=1
+pkgrel=2
pkgdesc="System initialization/bootup scripts"
arch=('any')
url="http://www.archlinux.org"
license=('GPL2')
groups=('base')
backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown etc/conf.d/wireless)
-depends=('glibc' 'bash' 'grep' 'coreutils' 'udev>=182' 'iproute2'
+depends=('glibc' 'bash' 'grep' 'coreutils' 'systemd-tools' 'iproute2'
'ncurses' 'kbd' 'findutils' 'sysvinit')
optdepends=('bridge-utils: Network bridging support'
'dhcpcd: DHCP network configuration'
More information about the arch-commits
mailing list