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

Tobias Powalowski tpowa at archlinux.org
Wed Mar 25 08:35:59 UTC 2009


    Date: Wednesday, March 25, 2009 @ 04:35:59
  Author: tpowa
Revision: 31221

upgpkg: fcpcmcia 31107-45

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-25 08:35:34 UTC (rev 31220)
+++ PKGBUILD	2009-03-25 08:35:59 UTC (rev 31221)
@@ -3,13 +3,13 @@
 
 pkgname=fcpcmcia
 pkgver=31107
-pkgrel=44
-_kernver=2.6.28-ARCH
+pkgrel=45
+_kernver=2.6.29-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.28' 'kernel26<2.6.29')
+depends=('capi4k-utils' 'kernel26>=2.6.29' 'kernel26<2.6.30')
 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 kernel-2.6.27.patch kernel-2.6.28.patch)
  md5sums=('96fc3e72afdc2087b4dafe41c069ec18'

Modified: fcpcmcia.install
===================================================================
--- fcpcmcia.install	2009-03-25 08:35:34 UTC (rev 31220)
+++ fcpcmcia.install	2009-03-25 08:35:59 UTC (rev 31221)
@@ -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.28-ARCH
+  KERNEL_VERSION=2.6.29-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.28-ARCH
+  KERNEL_VERSION=2.6.29-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 




More information about the arch-commits mailing list