summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Landauer2019-04-23 15:32:19 +0200
committerBernhard Landauer2019-04-23 15:32:19 +0200
commit717c1a5636805afd2cebab223fea3cfb6fee2920 (patch)
tree3838a91aed9d8baa9f95282a8eefa17319ee6f3e
parent8e923872276ab9db83529467d99ebd505eadbec4 (diff)
downloadaur-717c1a5636805afd2cebab223fea3cfb6fee2920.tar.gz
v418.56 for linux-rt 5.0
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD20
-rw-r--r--nvidia-rt.install2
3 files changed, 17 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1efd11edcd4..41fae25a2edf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,19 @@
-# Generated by mksrcinfo v8
-# Thu Aug 24 08:05:02 UTC 2017
pkgbase = nvidia-rt
pkgdesc = NVIDIA drivers for linux-rt
- pkgver = 384.59
+ pkgver = 418.56
pkgrel = 1
url = http://www.nvidia.com/
install = nvidia-rt.install
- arch = i686
arch = x86_64
license = custom
- makedepends = linux-rt-headers>=4.8
- makedepends = linux-rt-headers<4.9
- depends = linux-rt>=4.9
- depends = nvidia-utils=384.59
+ makedepends = linux-rt-headers>=5.0
+ makedepends = linux-rt-headers<5.1
+ depends = linux-rt>=5.0
+ depends = nvidia-utils=418.56
depends = libgl
options = !strip
- source_i686 = http://us.download.nvidia.com/XFree86/Linux-x86/384.59/NVIDIA-Linux-x86-384.59.run
- md5sums_i686 = 8d2a2049d0509875c5dc0d9a0275aee4
- source_x86_64 = http://us.download.nvidia.com/XFree86/Linux-x86_64/384.59/NVIDIA-Linux-x86_64-384.59-no-compat32.run
- md5sums_x86_64 = 778318b0fd2d5d511474a8987cc7dbe5
+ source_x86_64 = http://download.nvidia.com/XFree86/Linux-x86_64/418.56/NVIDIA-Linux-x86_64-418.56.run
+ md5sums_x86_64 = d1cf6dc33af48b53edbae5d6f31a6f89
pkgname = nvidia-rt
diff --git a/PKGBUILD b/PKGBUILD
index 37b060798522..069e1a05c696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,28 +6,26 @@
# Contributor: Thomas Baechler <thomas@archlinux.org>
pkgname=nvidia-rt
-pkgver=384.59
-_extramodules=extramodules-4.9-rt
+pkgver=418.56
+_extramodules=extramodules-5.0-rt
pkgrel=1
pkgdesc="NVIDIA drivers for linux-rt"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://www.nvidia.com/"
-depends=('linux-rt>=4.9' "nvidia-utils=$pkgver" 'libgl')
-makedepends=('linux-rt-headers>=4.8' 'linux-rt-headers<4.9')
+depends=('linux-rt>=5.0' "nvidia-utils=$pkgver" 'libgl')
+makedepends=('linux-rt-headers>=5.0' 'linux-rt-headers<5.1')
license=('custom')
options=(!strip)
install=$pkgname.install
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/$pkgver/NVIDIA-Linux-x86-$pkgver.run")
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/$pkgver/NVIDIA-Linux-x86_64-$pkgver-no-compat32.run")
-md5sums_i686=('8d2a2049d0509875c5dc0d9a0275aee4')
-md5sums_x86_64=('778318b0fd2d5d511474a8987cc7dbe5')
+source_x86_64=("http://download.nvidia.com/XFree86/Linux-x86_64/$pkgver/NVIDIA-Linux-x86_64-$pkgver.run")
+md5sums_x86_64=('d1cf6dc33af48b53edbae5d6f31a6f89')
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-$pkgver"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-$pkgver-no-compat32"
+_pkg="NVIDIA-Linux-x86_64-$pkgver"
prepare() {
sh "$_pkg.run" --extract-only
cd "$_pkg"
+ sed -i -e 's|PREEMPT_RT_PRESENT=1|PREEMPT_RT_PRESENT=0|g' kernel/conftest.sh
}
build() {
diff --git a/nvidia-rt.install b/nvidia-rt.install
index 1907c7d1d462..57ff69e1247b 100644
--- a/nvidia-rt.install
+++ b/nvidia-rt.install
@@ -1,5 +1,5 @@
post_install() {
- EXTRAMODULES='extramodules-4.9-rt'
+ EXTRAMODULES='extramodules-5.0-rt'
depmod $(cat /usr/lib/modules/${EXTRAMODULES}/version)
echo 'In order to use nvidia module, reboot the system.'
}