[arch-commits] Commit in fcpcmcia/trunk (PKGBUILD fcpcmcia.install)
Tobias Powalowski
tpowa at archlinux.org
Fri Dec 4 16:48:34 UTC 2009
Date: Friday, December 4, 2009 @ 11:48:34
Author: tpowa
Revision: 60404
upgpkg: fcpcmcia 31107-48
bump to new 2.6.32 kernel
Modified:
fcpcmcia/trunk/PKGBUILD
fcpcmcia/trunk/fcpcmcia.install
------------------+
PKGBUILD | 7 ++++---
fcpcmcia.install | 4 ++--
2 files changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-12-04 16:47:46 UTC (rev 60403)
+++ PKGBUILD 2009-12-04 16:48:34 UTC (rev 60404)
@@ -3,13 +3,14 @@
pkgname=fcpcmcia
pkgver=31107
-pkgrel=47
-_kernver=2.6.31-ARCH
+pkgrel=48
+_kernver=2.6.32-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.31' 'kernel26<2.6.32')
+depends=('capi4k-utils' 'kernel26>=2.6.32' 'kernel26<2.6.33')
+makedepends=('kernel26-headers>=2.6.32' 'kernel26-headers<2.6.33')
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 kernel-2.6.31.patch)
Modified: fcpcmcia.install
===================================================================
--- fcpcmcia.install 2009-12-04 16:47:46 UTC (rev 60403)
+++ fcpcmcia.install 2009-12-04 16:48:34 UTC (rev 60404)
@@ -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.31-ARCH
+ KERNEL_VERSION=2.6.32-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.31-ARCH
+ KERNEL_VERSION=2.6.32-ARCH
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
More information about the arch-commits
mailing list