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

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


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

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/usbutils/PKGBUILD
diff -u arch/build/base/usbutils/PKGBUILD:1.7 arch/build/base/usbutils/PKGBUILD:1.8
--- arch/build/base/usbutils/PKGBUILD:1.7	Thu Dec 21 13:51:55 2006
+++ arch/build/base/usbutils/PKGBUILD	Tue Aug 21 11:35:41 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.7 2006/12/21 18:51:55 tpowa Exp $
+# $Id: PKGBUILD,v 1.8 2007/08/21 15:35:41 dan Exp $
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 # Contributor: Curtis Campbell <curtisjamescampbell at hotmail.com>
 pkgname=usbutils
@@ -6,9 +6,11 @@
 pkgrel=1
 pkgdesc="USB Device Utilities"
 arch=(i686 x86_64)
+license=('GPL')
+groups=('base')
 depends=('glibc' 'libusb')
 url="http://usb.cs.tum.edu/"
-source=(http://heanet.dl.sourceforge.net/sourceforge/linux-usb/usbutils-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/sourceforge/linux-usb/usbutils-$pkgver.tar.gz)
 md5sums=('ee345fe605ffcfce843dae4aed81122b')
 
 build() {




More information about the arch-commits mailing list