summaryrefslogtreecommitdiffstats
path: root/abs/core
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-01-14 02:14:10 (GMT)
committerCecil <knoppmyth@gmail.com>2011-01-14 02:14:10 (GMT)
commit3527ce8a7ef5eaf5619b1915807e38589a2ca681 (patch)
tree191b27c2086b1f6ea7e6f15901ec0666d9dcddd8 /abs/core
parent2b48e6775f2116b3a49fb81b5929cc3255f02889 (diff)
downloadlinhes_pkgbuild-3527ce8a7ef5eaf5619b1915807e38589a2ca681.zip
linhes_pkgbuild-3527ce8a7ef5eaf5619b1915807e38589a2ca681.tar.gz
linhes_pkgbuild-3527ce8a7ef5eaf5619b1915807e38589a2ca681.tar.bz2
nvidia-173xx:Upgraded for 2.6.37-LinHES.
Diffstat (limited to 'abs/core')
-rw-r--r--abs/core/nvidia-173xx/PKGBUILD14
-rw-r--r--abs/core/nvidia-173xx/nvidia.install4
2 files changed, 9 insertions, 9 deletions
diff --git a/abs/core/nvidia-173xx/PKGBUILD b/abs/core/nvidia-173xx/PKGBUILD
index 83d4b8d..46145dd 100644
--- a/abs/core/nvidia-173xx/PKGBUILD
+++ b/abs/core/nvidia-173xx/PKGBUILD
@@ -2,22 +2,22 @@
# Maintainer : Thomas Baechler <thomas@archlinux.org>
pkgname=nvidia-173xx
-pkgver=173.14.27
-_kernver='2.6.34-LinHES'
-pkgrel=1
+pkgver=173.14.28
+_kernver='2.6.37-LinHES'
+pkgrel=3
pkgdesc="NVIDIA drivers for kernel26, 173xx branch."
arch=('i686' 'x86_64')
[ "$CARCH" = "i686" ] && ARCH=x86
[ "$CARCH" = "x86_64" ] && ARCH=x86_64
url="http://www.nvidia.com/"
-depends=('kernel26>=2.6.34' 'kernel26<2.6.35' 'nvidia-173xx-utils')
-makedepends=('kernel26-headers>=2.6.34' 'kernel26-headers<2.6.35')
+depends=('kernel26>=2.6.37' 'kernel26<2.6.38' 'nvidia-173xx-utils')
+makedepends=('kernel26-headers>=2.6.37' 'kernel26-headers<2.6.38')
conflicts=('nvidia-96xx' 'nvidia')
license=('custom')
install=nvidia.install
source=("http://download.nvidia.com/XFree86/Linux-$ARCH/${pkgver}/NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run")
-md5sums=('35a6531f71cd6b070f10be8ed11093d4')
-[ "$CARCH" = "x86_64" ] && md5sums=('269425dbc2d9d4ecdc54692281d6d738')
+md5sums=('3b2085ffc2047e701a01b3163129f763')
+[ "$CARCH" = "x86_64" ] && md5sums=('8f48430f2b759d4efbf022cb415ecc5d')
build() {
cd $srcdir
diff --git a/abs/core/nvidia-173xx/nvidia.install b/abs/core/nvidia-173xx/nvidia.install
index a7e09f9..f7ecde6 100644
--- a/abs/core/nvidia-173xx/nvidia.install
+++ b/abs/core/nvidia-173xx/nvidia.install
@@ -1,5 +1,5 @@
post_install() {
- KERNEL_VERSION='2.6.34-LinHES'
+ KERNEL_VERSION='2.6.37-LinHES'
depmod $KERNEL_VERSION
}
@@ -9,6 +9,6 @@ post_upgrade() {
}
post_remove() {
- KERNEL_VERSION='2.6.34-LinHES'
+ KERNEL_VERSION='2.6.37-LinHES'
depmod $KERNEL_VERSION
}