summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDet2016-06-14 17:26:01 +0300
committerDet2016-06-14 17:26:01 +0300
commit880ff6f1121f34ca187a819ad1bc334d682f5e35 (patch)
tree77cec5ce072ca7b2ed9f3214cfa0d40e441a1d66 /PKGBUILD
parentafda296765829d2f2ff11161d72b6816f65bc12f (diff)
downloadaur-880ff6f1121f34ca187a819ad1bc334d682f5e35.tar.gz
Kernel compatibility
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de86c0d46d29..7ae2dffe9f79 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc="NVIDIA kernel module sources (DKMS) - BETA version"
arch=('i686' 'x86_64' 'armv7h')
url="http://www.nvidia.com/"
license=('custom:NVIDIA')
-depends=('dkms' 'linux>=3.7' 'linux<4.8' "nvidia-utils-beta>=${pkgver}" 'libgl')
+depends=('dkms' 'linux>=3.7' 'linux<4.7' "nvidia-utils-beta>=${pkgver}" 'libgl')
optdepends=('linux-headers: Build the module for Arch kernel'
'linux-lts-headers: Build the module for LTS Arch kernel')
provides=("nvidia=${pkgver}" 'nvidia-dkms')