summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsirlucjan2016-02-02 20:23:13 +0100
committersirlucjan2016-02-02 20:23:13 +0100
commit028ff3da38f1d56750368d9d699b6da86f8461a2 (patch)
treed426a8bb5a50e84bdb004e02bfae1cd1057c7e95
parentf63ed355e63497acb90305a5b9bfb39f63d5472e (diff)
downloadaur-028ff3da38f1d56750368d9d699b6da86f8461a2.tar.gz
Bump to 4.4.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
-rw-r--r--nvidia-340xx-lqx.install2
3 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a467ed8d4ce6..489fc05341b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
+# Generated by mksrcinfo v8
+# Tue Feb 2 19:23:13 UTC 2016
pkgbase = nvidia-340xx-lqx
pkgdesc = NVIDIA drivers for linux-lqx, 340xx legacy branch
pkgver = 340.96
- 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.3
- makedepends = linux-lqx-headers<4.4
- depends = linux-lqx>=4.3
- depends = linux-lqx<4.4
+ makedepends = linux-lqx-headers>=4.4
+ makedepends = linux-lqx-headers<4.5
+ depends = linux-lqx>=4.4
+ depends = linux-lqx<4.5
depends = nvidia-340xx-libgl
depends = nvidia-340xx-utils=340.96
conflicts = nvidia-lqx
diff --git a/PKGBUILD b/PKGBUILD
index 0d7906021a9d..2bb8bc1984ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Piotr Gorski <lucjan.lucjanov@gmail.com> PGP-Key: 78695CFD
-# Contributor: shivik <> PGP-Key: 761E423C
+# Contributor: shivik <> PGP-Key: 761E4.4C
# Contributor : Thomas Baechler <thomas@archlinux.org>
pkgname=nvidia-340xx-lqx
pkgver=340.96
-_extramodules=extramodules-4.3-lqx
-pkgrel=1
+_extramodules=extramodules-4.4-lqx
+pkgrel=2
pkgdesc="NVIDIA drivers for linux-lqx, 340xx legacy branch"
arch=('i686' 'x86_64')
url="http://www.nvidia.com/"
-depends=('linux-lqx>=4.3' 'linux-lqx<4.4' "nvidia-340xx-libgl" "nvidia-340xx-utils=${pkgver}")
-makedepends=('linux-lqx-headers>=4.3' 'linux-lqx-headers<4.4')
+depends=('linux-lqx>=4.4' 'linux-lqx<4.5' "nvidia-340xx-libgl" "nvidia-340xx-utils=${pkgver}")
+makedepends=('linux-lqx-headers>=4.4' 'linux-lqx-headers<4.5')
conflicts=('nvidia-lqx' 'nvidia-304xx-lqx')
license=('custom')
install=${pkgname}.install
diff --git a/nvidia-340xx-lqx.install b/nvidia-340xx-lqx.install
index a968d572b8c7..aaf38f43b5a0 100644
--- a/nvidia-340xx-lqx.install
+++ b/nvidia-340xx-lqx.install
@@ -1,5 +1,5 @@
post_install() {
- EXTRAMODULES='extramodules-4.3-lqx'
+ EXTRAMODULES='extramodules-4.4-lqx'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
echo 'In order to use nvidia module, reboot the system.'
}