[arch-commits] Commit in fcpcmcia/trunk (PKGBUILD fcpcmcia.install)
Tobias Powalowski
tpowa at archlinux.org
Thu Jun 11 18:04:52 UTC 2009
Date: Thursday, June 11, 2009 @ 14:04:52
Author: tpowa
Revision: 42165
upgpkg: fcpcmcia 31107-46
Modified:
fcpcmcia/trunk/PKGBUILD
fcpcmcia/trunk/fcpcmcia.install
------------------+
PKGBUILD | 6 +++---
fcpcmcia.install | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-11 18:04:27 UTC (rev 42164)
+++ PKGBUILD 2009-06-11 18:04:52 UTC (rev 42165)
@@ -3,13 +3,13 @@
pkgname=fcpcmcia
pkgver=31107
-pkgrel=45
-_kernver=2.6.29-ARCH
+pkgrel=46
+_kernver=2.6.30-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.29' 'kernel26<2.6.30')
+depends=('capi4k-utils' 'kernel26>=2.6.30' 'kernel26<2.6.31')
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)
md5sums=('96fc3e72afdc2087b4dafe41c069ec18'
Modified: fcpcmcia.install
===================================================================
--- fcpcmcia.install 2009-06-11 18:04:27 UTC (rev 42164)
+++ fcpcmcia.install 2009-06-11 18:04:52 UTC (rev 42165)
@@ -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.29-ARCH
+ KERNEL_VERSION=2.6.30-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.29-ARCH
+ KERNEL_VERSION=2.6.30-ARCH
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
More information about the arch-commits
mailing list