summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsirlucjan2017-05-21 15:53:01 +0200
committersirlucjan2017-05-21 15:53:01 +0200
commit02578d279ec9193c230bfea9425f0e1fb1db0eea (patch)
tree1928c3c2ca417ebff7eafb1365b743a91afd19f7
parentf379095a93caf22f60c597c55a4ebd50160d5651 (diff)
downloadaur-02578d279ec9193c230bfea9425f0e1fb1db0eea.tar.gz
Bump to 4.11.2-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--nvidia-lqx.install2
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 641b8986c61c..e694fc519519 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = nvidia-lqx
pkgdesc = NVIDIA drivers for linux-lqx.
pkgver = 381.22
- pkgrel = 1
+ pkgrel = 2
url = http://www.nvidia.com/
install = nvidia-lqx.install
arch = i686
arch = x86_64
license = custom
- makedepends = linux-lqx-headers>=4.10
- makedepends = linux-lqx-headers<4.11
- depends = linux-lqx>=4.10
- depends = linux-lqx<4.11
+ makedepends = linux-lqx-headers>=4.11
+ makedepends = linux-lqx-headers<4.12
+ depends = linux-lqx>=4.11
+ depends = linux-lqx<4.12
depends = nvidia-libgl
depends = nvidia-utils=381.22
conflicts = nvidia-304xx-lqx
diff --git a/PKGBUILD b/PKGBUILD
index 97a2c901d261..b2d089a40f98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=nvidia-lqx
pkgver=381.22
-_extramodules=extramodules-4.10-lqx
-pkgrel=1
+_extramodules=extramodules-4.11-lqx
+pkgrel=2
_pkgdesc="NVIDIA drivers for linux-lqx."
pkgdesc="$_pkgdesc"
arch=('i686' 'x86_64')
url="http://www.nvidia.com/"
-depends=('linux-lqx>=4.10' 'linux-lqx<4.11' "nvidia-libgl" "nvidia-utils=${pkgver}")
-makedepends=('linux-lqx-headers>=4.10' 'linux-lqx-headers<4.11')
+depends=('linux-lqx>=4.11' 'linux-lqx<4.12' "nvidia-libgl" "nvidia-utils=${pkgver}")
+makedepends=('linux-lqx-headers>=4.11' 'linux-lqx-headers<4.12')
conflicts=('nvidia-304xx-lqx' 'nvidia-340xx-lqx')
license=('custom')
install=nvidia-lqx.install
diff --git a/nvidia-lqx.install b/nvidia-lqx.install
index 609622529493..1fb0c284bae4 100644
--- a/nvidia-lqx.install
+++ b/nvidia-lqx.install
@@ -1,5 +1,5 @@
post_install() {
- EXTRAMODULES='extramodules-4.10-lqx'
+ EXTRAMODULES='extramodules-4.11-lqx'
depmod $(cat /usr/lib/modules/${EXTRAMODULES}/version)
echo 'In order to use nvidia module, reboot the system.'
}