summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsirlucjan2017-01-14 12:22:50 +0100
committersirlucjan2017-01-14 12:22:50 +0100
commit3a4c3f6538c5207fca22a87dd4c28e4591eaf75b (patch)
treea6c1c6fcd0f75479df86aed9651a873812a9b322
parent6f336adf12ffa09152fff93875586d80808976b4 (diff)
downloadaur-3a4c3f6538c5207fca22a87dd4c28e4591eaf75b.tar.gz
Bump to 4.9.3-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--nvidia-340xx-lqx.install2
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b34c2d460ef1..4272c8c0fff3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = nvidia-340xx-lqx
pkgdesc = NVIDIA 340xx drivers for linux-lqx.
pkgver = 340.101
- pkgrel = 1
+ pkgrel = 2
url = http://www.nvidia.com/
install = nvidia-340xx-lqx.install
arch = i686
arch = x86_64
license = custom
- makedepends = linux-lqx-headers>=4.8
- makedepends = linux-lqx-headers<4.9
- depends = linux-lqx>=4.8
- depends = linux-lqx<4.9
+ makedepends = linux-lqx-headers>=4.9
+ makedepends = linux-lqx-headers<4.10
+ depends = linux-lqx>=4.9
+ depends = linux-lqx<4.10
depends = nvidia-340xx-libgl
depends = nvidia-340xx-utils=340.101
conflicts = nvidia-lqx
diff --git a/PKGBUILD b/PKGBUILD
index 727055ec20dc..80951ab8158d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=nvidia-340xx-lqx
pkgver=340.101
-_extramodules=extramodules-4.8-lqx
-pkgrel=1
+_extramodules=extramodules-4.9-lqx
+pkgrel=2
_pkgdesc="NVIDIA 340xx drivers for linux-lqx."
pkgdesc="$_pkgdesc"
arch=('i686' 'x86_64')
url="http://www.nvidia.com/"
-depends=('linux-lqx>=4.8' 'linux-lqx<4.9' "nvidia-340xx-libgl" "nvidia-340xx-utils=${pkgver}")
-makedepends=('linux-lqx-headers>=4.8' 'linux-lqx-headers<4.9')
+depends=('linux-lqx>=4.9' 'linux-lqx<4.10' "nvidia-340xx-libgl" "nvidia-340xx-utils=${pkgver}")
+makedepends=('linux-lqx-headers>=4.9' 'linux-lqx-headers<4.10')
conflicts=('nvidia-lqx' 'nvidia-304xx-lqx')
license=('custom')
install=nvidia-340xx-lqx.install
diff --git a/nvidia-340xx-lqx.install b/nvidia-340xx-lqx.install
index 89b345034c53..a9808d69c8b5 100644
--- a/nvidia-340xx-lqx.install
+++ b/nvidia-340xx-lqx.install
@@ -1,5 +1,5 @@
post_install() {
- EXTRAMODULES='extramodules-4.8-lqx'
+ EXTRAMODULES='extramodules-4.9-lqx'
depmod $(cat /usr/lib/modules/${EXTRAMODULES}/version)
echo 'In order to use nvidia module, reboot the system.'
}