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

Thomas Baechler thomas at archlinux.org
Sat Apr 19 15:02:46 UTC 2008


    Date: Saturday, April 19, 2008 @ 11:02:45
  Author: thomas
Revision: 389

upgpkg: fcpcmcia 31107-40

Modified:
  fcpcmcia/trunk/PKGBUILD
  fcpcmcia/trunk/fcpcmcia.install

------------------+
 PKGBUILD         |    6 +++---
 fcpcmcia.install |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-19 15:01:39 UTC (rev 388)
+++ PKGBUILD	2008-04-19 15:02:45 UTC (rev 389)
@@ -5,13 +5,13 @@
 
 pkgname=fcpcmcia
 pkgver=31107
-pkgrel=39
-_kernver=2.6.24-ARCH
+pkgrel=40
+_kernver=2.6.25-ARCH
 pkgdesc="AVM ISDN driver for FRITZ PCMCIA isdn cards. For stock arch 2.6 kernel"
 arch=(i686 x86_64)
 license=('custom:"AVM"' 'LPGL')
 url="http://www.avm.de"
-depends=('capi4k-utils' 'kernel26>=2.6.24.3-4' 'kernel26<=2.6.25-0')
+depends=('capi4k-utils' 'kernel26>=2.6.25' 'kernel26<2.6.26')
 if [ "$CARCH" = "i686" ]; then source=(ftp://ftp.avm.de/cardware/fritzcrd.pcm/linux/suse.93/fcpcmcia-suse93-3.11-07.tar.gz \
 	pcmcia-2.6.17.patch atomic.patch kernel-2.6.19.patch kernel-2.6.20.patch kernel-2.6.22.patch kernel-2.6.24.patch)
  md5sums=('96fc3e72afdc2087b4dafe41c069ec18'

Modified: fcpcmcia.install
===================================================================
--- fcpcmcia.install	2008-04-19 15:01:39 UTC (rev 388)
+++ fcpcmcia.install	2008-04-19 15:02:45 UTC (rev 389)
@@ -9,7 +9,7 @@
   sed -i -e 's/#fcpcmcia	-	-	-	-	-	-/fcpcmcia	-	-	-	-	-	-/g' /etc/capi.conf
     # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.24-ARCH
+  KERNEL_VERSION=2.6.25-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 
@@ -24,7 +24,7 @@
   sed -i -e 's/fcpcmcia	-	-	-	-	-	-/#fcpcmcia	-	-	-	-	-	-/g' /etc/capi.conf
     # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.24-ARCH
+  KERNEL_VERSION=2.6.25-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 





More information about the arch-commits mailing list