[arch-commits] Commit in hwdetect/repos (3 files)
Tobias Powalowski
tpowa at archlinux.org
Sun Apr 19 15:40:30 UTC 2009
Date: Sunday, April 19, 2009 @ 11:40:30
Author: tpowa
Revision: 36023
Merged revisions 36020,36022 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/hwdetect/trunk
........
r36020 | tpowa | 2009-04-19 15:33:12 +0000 (So, 19 Apr 2009) | 1 line
upgpkg: hwdetect 2009.04-1
........
r36022 | tpowa | 2009-04-19 15:38:55 +0000 (So, 19 Apr 2009) | 1 line
upgpkg: hwdetect 2009.04-1
........
Modified:
hwdetect/repos/extra-i686/ (properties)
hwdetect/repos/extra-i686/PKGBUILD
hwdetect/repos/extra-i686/hwdetect
----------+
PKGBUILD | 4 ++--
hwdetect | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Property changes on: hwdetect/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /hwdetect/trunk:1-31810
+ /hwdetect/trunk:1-36022
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-04-19 15:38:55 UTC (rev 36022)
+++ extra-i686/PKGBUILD 2009-04-19 15:40:30 UTC (rev 36023)
@@ -1,7 +1,7 @@
# $Id$
# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=hwdetect
-pkgver=2009.03
+pkgver=2009.04
pkgrel=1
pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / rc.conf support"
arch=(i686 x86_64)
@@ -12,4 +12,4 @@
build() {
install -D -m 755 $startdir/src/hwdetect $startdir/pkg/sbin/hwdetect
}
-md5sums=('76658017051a668aeb0b46e30e4dbc73')
+md5sums=('992c5140d9725716bd72748cdcff3507')
Modified: extra-i686/hwdetect
===================================================================
--- extra-i686/hwdetect 2009-04-19 15:38:55 UTC (rev 36022)
+++ extra-i686/hwdetect 2009-04-19 15:40:30 UTC (rev 36023)
@@ -387,7 +387,7 @@
if [ "$HOOKS_DIR" = "" ]; then
HOOKS_DIR="/lib/initcpio/install"
fi
- START_HOOKS="base udev dsdt autodetect ide pata scsi sata usb fw pcmcia net dmraid mdadm usbinput keymap encrypt lvm2 filesystems"
+ START_HOOKS="base udev dsdt autodetect ide pata scsi sata usb fw pcmcia net dmraid mdadm usbinput keymap lvm2 encrypt filesystems"
# remove the ones that don't exist on the system
for i in ${START_HOOKS}; do
if ! [ -e "${HOOKS_DIR}/$i" ]; then
More information about the arch-commits
mailing list