mirror of
https://github.com/archlinux/aur.git
synced 2026-03-07 05:13:23 +01:00
Fix patch issues in PKGBUILD for nvidia-340xx-dkms
This commit is contained in:
parent
1cd08fe73d
commit
2d96cf4571
2 changed files with 4 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = nvidia-340xx-dkms
|
||||
pkgdesc = NVIDIA kernel module sources (DKMS)
|
||||
pkgver = 340.76
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = http://www.nvidia.com/
|
||||
install = nvidia-340xx-dkms.install
|
||||
arch = i686
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=nvidia-340xx-dkms
|
||||
pkgver=340.76
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='NVIDIA kernel module sources (DKMS)'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.nvidia.com/'
|
||||
|
|
@ -33,7 +33,9 @@ prepare() {
|
|||
fi
|
||||
|
||||
sh ${_pkg}.run --extract-only
|
||||
pushd ${_pkg}
|
||||
patch -p0 -i ../nv-drm.patch
|
||||
popd
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue