summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4cb0d115559..5c59e645beeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Thu Dec 13 23:27:24 UTC 2018
+# Mon Dec 31 14:42:57 UTC 2018
pkgbase = nvidia-340xx-ck
pkgdesc = NVIDIA drivers for linux-ck, 340xx legacy branch.
pkgver = 340.107
- pkgrel = 34
+ pkgrel = 35
url = http://www.nvidia.com/
arch = x86_64
license = custom
- makedepends = linux-ck-headers>=4.19
- makedepends = linux-ck-headers<4.20
+ makedepends = linux-ck-headers>=4.20
+ makedepends = linux-ck-headers<4.21
makedepends = nvidia-340xx-libgl
- depends = linux-ck>=4.19
- depends = linux-ck<4.20
+ depends = linux-ck>=4.20
+ depends = linux-ck<4.21
depends = libgl
depends = nvidia-340xx-utils=340.107
conflicts = nvidia-ck
diff --git a/PKGBUILD b/PKGBUILD
index 2f0c8431b3fa..7aa01296e2a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=nvidia-340xx-ck
pkgver=340.107
_extramodules=extramodules-ck
-pkgrel=34
+pkgrel=35
pkgdesc="NVIDIA drivers for linux-ck, 340xx legacy branch."
arch=('x86_64')
url="http://www.nvidia.com/"
-depends=('linux-ck>=4.19' 'linux-ck<4.20' 'libgl' "nvidia-340xx-utils=${pkgver}")
-makedepends=('linux-ck-headers>=4.19' 'linux-ck-headers<4.20' 'nvidia-340xx-libgl')
+depends=('linux-ck>=4.20' 'linux-ck<4.21' 'libgl' "nvidia-340xx-utils=${pkgver}")
+makedepends=('linux-ck-headers>=4.20' 'linux-ck-headers<4.21' 'nvidia-340xx-libgl')
conflicts=('nvidia-ck' 'nvidia-390xx-ck')
#groups=('ck-generic')
#replaces=()
@@ -27,7 +27,7 @@ _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
prepare() {
sh "${_pkg}.run" --extract-only
cd "${_pkg}"
-
+
# patches here
patch -Np0 < "${srcdir}/kernel-4.11.patch"
}