[arch-commits] CVS update of unstable/modules/at76c503a-cvs-suspend2 (2 files)

Thomas Baechler thomas at archlinux.org
Tue May 8 22:24:56 UTC 2007


    Date: Tuesday, May 8, 2007 @ 18:24:56
  Author: thomas
    Path: /home/cvs-unstable/unstable/modules/at76c503a-cvs-suspend2

Modified: PKGBUILD (1.4 -> 1.5) at76c503a-cvs.install (1.1 -> 1.2)

upgpkg: at76c503a-cvs-suspend2 20070509-1


-----------------------+
 PKGBUILD              |    7 ++++---
 at76c503a-cvs.install |    6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)


Index: unstable/modules/at76c503a-cvs-suspend2/PKGBUILD
diff -u unstable/modules/at76c503a-cvs-suspend2/PKGBUILD:1.4 unstable/modules/at76c503a-cvs-suspend2/PKGBUILD:1.5
--- unstable/modules/at76c503a-cvs-suspend2/PKGBUILD:1.4	Sun Feb 25 12:48:46 2007
+++ unstable/modules/at76c503a-cvs-suspend2/PKGBUILD	Tue May  8 18:24:56 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.4 2007/02/25 17:48:46 ganja_guru Exp $
+# $Id: PKGBUILD,v 1.5 2007/05/08 22:24:56 thomas Exp $
 # Maintainer: James Rayner <james at archlinux.org>
 # Contributor: Giovanni Scafora <linuxmania at gmail.com>
 
-_kernver=2.6.19-suspend2
+_kernver=2.6.21-suspend2
 pkgname=at76c503a-cvs-suspend2
-pkgver=20070225
+pkgver=20070509
 pkgrel=1
 pkgdesc="Another driver for the Atmel AT76C503A based USB WLAN adapters from latest CVS version."
 url="http://developer.berlios.de/projects/at76c503a"
@@ -16,6 +16,7 @@
 install=at76c503a-cvs.install
 source=()
 md5sums=()
+arch=('i686')
 
 _cvsroot=":pserver:anonymous at cvs.berlios.de:/cvsroot/at76c503a"
 _cvsmod="at76c503a"
Index: unstable/modules/at76c503a-cvs-suspend2/at76c503a-cvs.install
diff -u unstable/modules/at76c503a-cvs-suspend2/at76c503a-cvs.install:1.1 unstable/modules/at76c503a-cvs-suspend2/at76c503a-cvs.install:1.2
--- unstable/modules/at76c503a-cvs-suspend2/at76c503a-cvs.install:1.1	Fri Dec 22 21:30:32 2006
+++ unstable/modules/at76c503a-cvs-suspend2/at76c503a-cvs.install	Tue May  8 18:24:56 2007
@@ -1,7 +1,7 @@
 # arg 1:  the new package version
 post_install()
 {
-  KERNEL_VERSION='2.6.19-suspend2'
+  KERNEL_VERSION='2.6.21-suspend2'
   /sbin/depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
 }
 
@@ -9,14 +9,14 @@
 # arg 2:  the old package version
 post_upgrade()
 {
-  KERNEL_VERSION='2.6.19-suspend2'
+  KERNEL_VERSION='2.6.21-suspend2'
   /sbin/depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
 }
 
 # arg 1:  the old package version
 post_remove()
 {
-  KERNEL_VERSION='2.6.19-suspend2'
+  KERNEL_VERSION='2.6.21-suspend2'
   /sbin/depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
 }
 




More information about the arch-commits mailing list