[arch-commits] Commit in fcpci/trunk (PKGBUILD fcpci.install)
Tobias Powalowski
tpowa at archlinux.org
Sun Jul 24 08:04:15 UTC 2011
Date: Sunday, July 24, 2011 @ 04:04:15
Author: tpowa
Revision: 132390
upgpkg: fcpci 31107-61
bump to 3.0 series
Modified:
fcpci/trunk/PKGBUILD
fcpci/trunk/fcpci.install
---------------+
PKGBUILD | 8 ++++----
fcpci.install | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-07-24 08:02:51 UTC (rev 132389)
+++ PKGBUILD 2011-07-24 08:04:15 UTC (rev 132390)
@@ -3,14 +3,14 @@
pkgname=fcpci
pkgver=31107
-pkgrel=60
-_kernver=2.6.39-ARCH
+pkgrel=61
+_kernver=3.0.0-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.39' 'kernel26<2.6.40')
-makedepends=('kernel26-headers>=2.6.39' 'kernel26-headers<2.6.40')
+depends=('capi4k-utils' 'linux>=3.0' 'linux<3.1')
+makedepends=('linux>=3.0' 'linux-headers<3.1')
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
Modified: fcpci.install
===================================================================
--- fcpci.install 2011-07-24 08:02:51 UTC (rev 132389)
+++ fcpci.install 2011-07-24 08:04:15 UTC (rev 132390)
@@ -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.39-ARCH
+ KERNEL_VERSION=3.0.0-ARCH
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
@@ -22,6 +22,6 @@
sed -i -e 's/fcpci - - - - - -/#fcpci - - - - - -/g' /etc/capi.conf
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- KERNEL_VERSION=2.6.39-ARCH
+ KERNEL_VERSION=3.0.0-ARCH
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
More information about the arch-commits
mailing list