summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60e5043f15c0..455ebe8be65f 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' 'linux<=4.8')
-makedepends=('git' 'make' 'linux-headers>=4.7' 'linux-headers<=4.8')
+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')