[arch-commits] Commit in gspcav1/trunk (PKGBUILD gspcav1.install)

Thomas Baechler thomas at archlinux.org
Sat Apr 19 15:04:23 UTC 2008


    Date: Saturday, April 19, 2008 @ 11:04:23
  Author: thomas
Revision: 394

upgpkg: gspcav1 1.00.20-5

Modified:
  gspcav1/trunk/PKGBUILD
  gspcav1/trunk/gspcav1.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-19 15:03:52 UTC (rev 393)
+++ PKGBUILD	2008-04-19 15:04:23 UTC (rev 394)
@@ -3,15 +3,15 @@
 # Contributor: Giovanni Scafora <linuxmania at gmail.com>
 # Contributor: Daniel Isenmann <daniel.isenmann at gmx.de>
 
-_kernver=2.6.24-ARCH
+_kernver=2.6.25-ARCH
 pkgname=gspcav1
 pkgver=1.00.20
-pkgrel=4
+pkgrel=5
 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.24.3-4' 'kernel26<=2.6.25-0')
+depends=('kernel26>=2.6.25' 'kernel26<2.6.26')
 install=gspcav1.install
 source=(http://mxhaard.free.fr/spca50x/Download/$pkgname-20071224.tar.gz)
 md5sums=('14853ba1f4edc1e685039fca56e5ebf2')

Modified: gspcav1.install
===================================================================
--- gspcav1.install	2008-04-19 15:03:52 UTC (rev 393)
+++ gspcav1.install	2008-04-19 15:04:23 UTC (rev 394)
@@ -1,7 +1,7 @@
 # arg 1:  the new package version
 post_install()
 {
-  KERNEL_VERSION='2.6.24-ARCH'
+  KERNEL_VERSION='2.6.25-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.24-ARCH'
+  KERNEL_VERSION='2.6.25-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.24-ARCH'
+  KERNEL_VERSION='2.6.25-ARCH'
   /sbin/depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
 }
 





More information about the arch-commits mailing list