[arch-commits] Commit in fcpci/trunk (PKGBUILD fcpci.install)
Tobias Powalowski
tpowa at archlinux.org
Fri Dec 4 16:46:11 UTC 2009
Date: Friday, December 4, 2009 @ 11:46:10
Author: tpowa
Revision: 60399
upgpkg: fcpci 31107-50
bump to new 2.6.32 kernel
Modified:
fcpci/trunk/PKGBUILD
fcpci/trunk/fcpci.install
---------------+
PKGBUILD | 7 ++++---
fcpci.install | 4 ++--
2 files changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-12-04 16:20:51 UTC (rev 60398)
+++ PKGBUILD 2009-12-04 16:46:10 UTC (rev 60399)
@@ -3,13 +3,14 @@
pkgname=fcpci
pkgver=31107
-pkgrel=49
-_kernver=2.6.31-ARCH
+pkgrel=50
+_kernver=2.6.32-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.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.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 \
Modified: fcpci.install
===================================================================
--- fcpci.install 2009-12-04 16:20:51 UTC (rev 60398)
+++ fcpci.install 2009-12-04 16:46:10 UTC (rev 60399)
@@ -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.31-ARCH
+ KERNEL_VERSION=2.6.32-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.31-ARCH
+ KERNEL_VERSION=2.6.32-ARCH
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
More information about the arch-commits
mailing list