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

Tobias Powalowski tpowa at archlinux.org
Wed Mar 25 08:34:44 UTC 2009


    Date: Wednesday, March 25, 2009 @ 04:34:44
  Author: tpowa
Revision: 31218

upgpkg: fcpci 31107-47

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-25 08:33:42 UTC (rev 31217)
+++ PKGBUILD	2009-03-25 08:34:44 UTC (rev 31218)
@@ -3,13 +3,13 @@
 
 pkgname=fcpci
 pkgver=31107
-pkgrel=46
-_kernver=2.6.28-ARCH
+pkgrel=47
+_kernver=2.6.29-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.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.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	2009-03-25 08:33:42 UTC (rev 31217)
+++ fcpci.install	2009-03-25 08:34:44 UTC (rev 31218)
@@ -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.28-ARCH
+  KERNEL_VERSION=2.6.29-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.28-ARCH
+  KERNEL_VERSION=2.6.29-ARCH
   depmod -v $KERNEL_VERSION > /dev/null 2>&1
 }
 




More information about the arch-commits mailing list