[arch-commits] CVS update of core/base/hwdetect (PKGBUILD)

Dan McGee dan at archlinux.org
Thu Nov 29 01:43:37 UTC 2007


    Date: Wednesday, November 28, 2007 @ 20:43:37
  Author: dan
    Path: /home/cvs-core/core/base/hwdetect

Modified: PKGBUILD (1.11 -> 1.12)

upgpkg: hwdetect 0.9-1
remove bashisms


----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


Index: core/base/hwdetect/PKGBUILD
diff -u core/base/hwdetect/PKGBUILD:1.11 core/base/hwdetect/PKGBUILD:1.12
--- core/base/hwdetect/PKGBUILD:1.11	Thu Nov 15 18:53:16 2007
+++ core/base/hwdetect/PKGBUILD	Wed Nov 28 20:43:37 2007
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD,v 1.11 2007/11/15 23:53:16 daniel Exp $
+# $Id: PKGBUILD,v 1.12 2007/11/29 01:43:37 dan Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=hwdetect
-pkgver=0.8
-pkgrel=11
+pkgver=0.9
+pkgrel=1
 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / rc.conf support"
 arch=(i686 x86_64)
 license=('custom:none')
 groups=('base')
 backup=()
-depends=('bash' 'awk' 'grep' 'coreutils' 'sed')
+depends=('sh' 'awk' 'grep' 'coreutils' 'sed')
 source=(hwdetect)
+md5sums=('bae2a26062c1ae8036b3a2173c8e3b51')
 
 build() {
   install -D -m 755 $startdir/src/hwdetect $startdir/pkg/sbin/hwdetect
 }
 
-md5sums=('7b26da1222677172ebc36f47187f46a8')




More information about the arch-commits mailing list