summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Englund2016-08-13 13:25:50 +0200
committerTom Englund2016-08-13 13:25:50 +0200
commit96271d8d32888bd119daac38f1afcece888c559a (patch)
tree880b18efde354eac2d6e4d200e3c4c87db0f4e80
parent0630e8768029ffdd0a75c3b8a59db27c3a454e0b (diff)
downloadaur-96271d8d32888bd119daac38f1afcece888c559a.tar.gz
corrected dependencies on kernel
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d0c4730e102..60e5043f15c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ pkgrel=1
pkgdesc="nouveau from karolherbst repo with kepler reclocking patches"
arch=('i686' 'x86_64')
url="https://github.com/karolherbst/nouveau"
-depends=('linux>=4.7')
-makedepends=('git' 'make' 'linux-headers>=4.7')
+depends=('linux>=4.7' 'linux<=4.8')
+makedepends=('git' 'make' 'linux-headers>=4.7' 'linux-headers<=4.8')
provides=('nouveau')
source=("git+https://github.com/karolherbst/nouveau.git#branch=stable_reclocking_kepler_v5")
md5sums=('SKIP')