Fix patch issues in PKGBUILD for nvidia-340xx-dkms

This commit is contained in:
Anish Bhatt 2015-03-29 21:04:01 -07:00
parent 1cd08fe73d
commit 2d96cf4571
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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() {