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

Dan McGee dan at archlinux.org
Tue Aug 21 15:35:04 UTC 2007


    Date: Tuesday, August 21, 2007 @ 11:35:04
  Author: dan
    Path: /home/cvs-arch/arch/build/base/hwdetect

Modified: PKGBUILD (1.7 -> 1.8)

current/base repo cleaning and organizing

* Add a 'base' group to all packages in the base directory. This may be
  refined later to something like base, base-extra, and base-dev, etc. but
  for now lets just stick with the simple.
* Add licenses to all packages in base that were missing them. Pretty sad when
  40% of our core packages didn't have license lines.
* Fix a few other typos, usage of sf.net mirrors, etc.


----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


Index: arch/build/base/hwdetect/PKGBUILD
diff -u arch/build/base/hwdetect/PKGBUILD:1.7 arch/build/base/hwdetect/PKGBUILD:1.8
--- arch/build/base/hwdetect/PKGBUILD:1.7	Mon Jun 11 14:44:44 2007
+++ arch/build/base/hwdetect/PKGBUILD	Tue Aug 21 11:35:03 2007
@@ -1,10 +1,12 @@
-# $Id: PKGBUILD,v 1.7 2007/06/11 18:44:44 tpowa Exp $
+# $Id: PKGBUILD,v 1.8 2007/08/21 15:35:03 dan Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=hwdetect
 pkgver=0.8
 pkgrel=8
-pkgdesc="Hardware detection script, loading modules and mkinitcpio.conf / rc.conf support included"
+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')
 source=(hwdetect)




More information about the arch-commits mailing list