[arch-commits] Commit in util-linux-ng/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Mon Apr 19 10:52:19 UTC 2010
Date: Monday, April 19, 2010 @ 06:52:18
Author: allan
Revision: 78106
upgpkg: util-linux-ng 2.17.2-2
add filesystem dep to ensure fstab is available for mount
Modified:
util-linux-ng/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-04-19 10:08:01 UTC (rev 78105)
+++ PKGBUILD 2010-04-19 10:52:18 UTC (rev 78106)
@@ -2,12 +2,12 @@
# Maintainer: judd <jvinet at zeroflux.org>
pkgname=util-linux-ng
pkgver=2.17.2
-pkgrel=1
+pkgrel=2
pkgdesc="Miscellaneous system utilities for Linux"
url="http://userweb.kernel.org/~kzak/util-linux-ng/"
arch=('i686' 'x86_64')
groups=('base')
-depends=('bash' 'ncurses>=5.7' 'zlib')
+depends=('bash' 'ncurses>=5.7' 'zlib' 'filesystem')
replaces=('linux32' 'util-linux')
conflicts=('linux32' 'util-linux' 'e2fsprogs<1.41.8-2')
provides=('linux32' 'util-linux')
More information about the arch-commits
mailing list