diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-19 19:53:33 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-19 19:53:33 +0100 |
commit | 11f6cea90c7441640fd6bf89c2464f1ce954b1f3 (patch) | |
tree | 26f66461c5d7896cacda92de67f459c9c05511e1 | |
parent | a1ecd7565235a6a5460c8ad7b3c5367a0dd8b862 (diff) | |
download | nutyx-pakxe-11f6cea90c7441640fd6bf89c2464f1ce954b1f3.tar.gz nutyx-pakxe-11f6cea90c7441640fd6bf89c2464f1ce954b1f3.tar.bz2 nutyx-pakxe-11f6cea90c7441640fd6bf89c2464f1ce954b1f3.tar.xz nutyx-pakxe-11f6cea90c7441640fd6bf89c2464f1ce954b1f3.zip |
Maj nvidia pour kernel 2.6.32.4
-rwxr-xr-x | extra/nvidia/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/nvidia/Pkgfile b/extra/nvidia/Pkgfile index 58da7ff26..4c5830854 100755 --- a/extra/nvidia/Pkgfile +++ b/extra/nvidia/Pkgfile @@ -2,11 +2,11 @@ # URL: http://www.nvidia.com/object/unix.html # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: +# Depends on: xorg-server name=nvidia version=190.53 -release=3 +release=4 [ "`uname -m`" == "i686" ] && _ARCH=x86 [ "`uname -m`" == "x86_64" ] && _ARCH=x86_64 source=(http://us.download.nvidia.com/XFree86/Linux-${_ARCH}/$version/NVIDIA-Linux-${_ARCH}-$version-pkg0.run\ |