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

Tobias Powalowski tpowa at archlinux.org
Fri Dec 26 20:16:27 UTC 2008


    Date: Friday, December 26, 2008 @ 15:16:27
  Author: tpowa
Revision: 22442

upgpkg: fcpci 31107-46

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-26 20:15:44 UTC (rev 22441)
+++ PKGBUILD	2008-12-26 20:16:27 UTC (rev 22442)
@@ -3,13 +3,13 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=45
-_kernver=2.6.27-ARCH
+pkgrel=46
+_kernver=2.6.28-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.27' 'kernel26<2.6.28')
+depends=('capi4k-utils' 'kernel26>=2.6.28' 'kernel26<2.6.29')
 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-12-26 20:15:44 UTC (rev 22441)
+++ fcpci.install	2008-12-26 20:16:27 UTC (rev 22442)
@@ -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.27-ARCH
+  KERNEL_VERSION=2.6.28-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.27-ARCH
+  KERNEL_VERSION=2.6.28-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 




More information about the arch-commits mailing list