Date: Monday, June 3, 2013 @ 17:21:36
  Author: tpowa
Revision: 187085

upgpkg: hwdetect 2013.06-1

add f2fs support

Modified:
  hwdetect/trunk/PKGBUILD
  hwdetect/trunk/hwdetect

----------+
 PKGBUILD |    6 +++---
 hwdetect |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-06-03 11:23:42 UTC (rev 187084)
+++ PKGBUILD    2013-06-03 15:21:36 UTC (rev 187085)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski <[email protected]>
 pkgname=hwdetect
-pkgver=2013.02
-pkgrel=2
+pkgver=2013.06
+pkgrel=1
 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
 arch=(any)
 license=('GPL')
@@ -16,4 +16,4 @@
 package() {
   install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
 }
-md5sums=('894a3f1d481179651af00278f7638084')
+md5sums=('2a14a8d06e8ede72891559ac1f491d3d')

Modified: hwdetect
===================================================================
--- hwdetect    2013-06-03 11:23:42 UTC (rev 187084)
+++ hwdetect    2013-06-03 15:21:36 UTC (rev 187085)
@@ -404,7 +404,7 @@
                --show-staging) showlist "STAGING" $(listmods staging/) ;;
                --show-drm)  showlist "DRM  " $(listmods drm/) ;;
                --show-other)  showlist "OTHER  " $(listmods .ko agp/ acpi/ 
scsi/ message/fusion block/sx8 block/cciss block/cpqarray block/DAC960 
block/virtio virtio/virtio_pci ata/ usb/ ieee1394 net/ isdn/ input/ irda/ 
pcmcia/ sound/ drm/ firewire/ hid/ staging/) ;;
-               --filesystem)   FILESYSTEM="ext2 ext3 ext4 nilfs2 btrfs 
reiserfs xfs jfs vfat"
+               --filesystem)   FILESYSTEM="ext2 ext3 ext4 f2fs nilfs2 btrfs 
reiserfs xfs jfs vfat"
                                for i in $FILESYSTEM; do
                                         [ "$(grep $i /tmp/.blkid)" ] && 
FS="$FS $i"
                                done

Reply via email to