summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2019-02-23 17:51:36 -0500
committergraysky2019-02-23 17:51:36 -0500
commit6b02d714fe9a01c21219b546144bbcd126679af0 (patch)
tree4896bced76e26239a9970507c2103f88c9edf796 /PKGBUILD
parent78af9116347bb08a1e35b1d6cdc5ac6b2122e863 (diff)
downloadaur-6b02d714fe9a01c21219b546144bbcd126679af0.tar.gz
Update to 390.116-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50fc53d3f94e..3542352bded8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,10 +18,9 @@ conflicts=('nvidia-340xx-ck' 'nvidia-ck')
license=('custom')
options=('!strip')
source=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run"
-kernel-4.16.patch unfuck.patch)
+kernel-4.16.patch)
sha256sums=('de85a2eea39ca16e25645b345259b01fbe858b833286b7e6785afa273009ef6f'
- '622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385'
- 'fa726a12083bd7415d4f827652caf66030224c8e69925aa9f650766e58790080')
+ '622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
@@ -32,9 +31,6 @@ prepare() {
# Restore phys_to_dma support (still needed for 396.18)
# https://bugs.archlinux.org/task/58074
patch -Np1 -i ../kernel-4.16.patch
-
- # https://bugs.archlinux.org/task/59199
- patch -Np1 -i ../unfuck.patch
}
build() {