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