[arch-commits] CVS update of extra/modules/gspcav1 (PKGBUILD gspcav1.install)

Tobias Powalowski tpowa at archlinux.org
Fri Jan 25 17:40:40 UTC 2008


    Date: Friday, January 25, 2008 @ 12:40:40
  Author: tpowa
    Path: /home/cvs-extra/extra/modules/gspcav1

Modified: PKGBUILD (1.1 -> 1.2) gspcav1.install (1.1 -> 1.2)

upgpk: update to new .24 kernel series


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


Index: extra/modules/gspcav1/PKGBUILD
diff -u extra/modules/gspcav1/PKGBUILD:1.1 extra/modules/gspcav1/PKGBUILD:1.2
--- extra/modules/gspcav1/PKGBUILD:1.1	Mon Jan  7 08:44:08 2008
+++ extra/modules/gspcav1/PKGBUILD	Fri Jan 25 12:40:40 2008
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD,v 1.1 2008/01/07 13:44:08 varun Exp $
+# $Id: PKGBUILD,v 1.2 2008/01/25 17:40:40 tpowa Exp $
 # Maintainer: Varun Acharya <varun at archlinux.org>
 # Contributor: Giovanni Scafora <linuxmania at gmail.com>
 # Contributor: Daniel Isenmann <daniel.isenmann at gmx.de>
 
-_kernver=2.6.23-ARCH
+_kernver=2.6.24-ARCH
 pkgname=gspcav1
 pkgver=1.00.20
-pkgrel=1
+pkgrel=2
 pkgdesc="A kernel module with support to 260 USB webcams"
 arch=('i686' 'x86_64')
 url="http://mxhaard.free.fr"
 license=('GPL2')
-depends=('kernel26>=2.6.11')
+depends=('kernel26>=2.6.24-0' 'kernel26<=2.6.25-0')
 install=gspcav1.install
 source=(http://mxhaard.free.fr/spca50x/Download/$pkgname-20071224.tar.gz)
 md5sums=('14853ba1f4edc1e685039fca56e5ebf2')
Index: extra/modules/gspcav1/gspcav1.install
diff -u extra/modules/gspcav1/gspcav1.install:1.1 extra/modules/gspcav1/gspcav1.install:1.2
--- extra/modules/gspcav1/gspcav1.install:1.1	Mon Jan  7 08:44:08 2008
+++ extra/modules/gspcav1/gspcav1.install	Fri Jan 25 12:40:40 2008
@@ -1,7 +1,7 @@
 # arg 1:  the new package version
 post_install()
 {
-  KERNEL_VERSION='2.6.23-ARCH'
+  KERNEL_VERSION='2.6.24-ARCH'
   /sbin/depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
 }
 
@@ -9,7 +9,7 @@
 # arg 2:  the old package version
 post_upgrade()
 {
-  KERNEL_VERSION='2.6.23-ARCH'
+  KERNEL_VERSION='2.6.24-ARCH'
   /sbin/depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
 }
 
@@ -21,7 +21,7 @@
 # arg 1:  the old package version
 post_remove()
 {
-  KERNEL_VERSION='2.6.23-ARCH'
+  KERNEL_VERSION='2.6.24-ARCH'
   /sbin/depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
 }
 




More information about the arch-commits mailing list