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

Thomas Baechler thomas at archlinux.org
Fri Oct 10 15:29:55 UTC 2008


    Date: Friday, October 10, 2008 @ 11:29:55
  Author: thomas
Revision: 14753

upgpkg: fcpci 31107-45

Modified:
  fcpci/trunk/PKGBUILD
  fcpci/trunk/fcpci.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-10 15:29:48 UTC (rev 14752)
+++ PKGBUILD	2008-10-10 15:29:55 UTC (rev 14753)
@@ -3,13 +3,13 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=44
-_kernver=2.6.26-ARCH
+pkgrel=45
+_kernver=2.6.27-ARCH
 pkgdesc="AVM ISDN driver for FRITZ PCI isdn cards. For stock arch 2.6 kernel."
 arch=(i686 x86_64)
 license=('custom:"AVM"' 'LGPL')
 url="http://www.avm.de"
-depends=('capi4k-utils' 'kernel26>=2.6.26-1' 'kernel26<2.6.27')
+depends=('capi4k-utils' 'kernel26>=2.6.27' 'kernel26<2.6.28')
 if [ "$CARCH" = "i686" ]; then
   source=(ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.93/fcpci-suse93-3.11-07.tar.gz \
 	kernel-2.6.19.patch atomic.patch kernel-2.6.20.patch kernel-2.6.22.patch kernel-2.6.24.patch)

Modified: fcpci.install
===================================================================
--- fcpci.install	2008-10-10 15:29:48 UTC (rev 14752)
+++ fcpci.install	2008-10-10 15:29:55 UTC (rev 14753)
@@ -7,7 +7,7 @@
   sed -i -e 's/#fcpci		-	-	-	-	-	-/fcpci		-	-	-	-	-	-/g' /etc/capi.conf
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.26-ARCH
+  KERNEL_VERSION=2.6.27-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 
@@ -22,7 +22,7 @@
   sed -i -e 's/fcpci		-	-	-	-	-	-/#fcpci		-	-	-	-	-	-/g' /etc/capi.conf
     # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
-  KERNEL_VERSION=2.6.26-ARCH
+  KERNEL_VERSION=2.6.27-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 




More information about the arch-commits mailing list