summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsirlucjan2016-04-15 12:36:45 +0200
committersirlucjan2016-04-15 12:36:45 +0200
commit3e0d663ee4e37a1a70720d0444b6cdfa1162335e (patch)
tree45870cdfbabfc95501e7255e33864ac5bc9a106c
parent886a4d6e403797666727280b8b2a05ad8cd1eeda (diff)
downloadaur-3e0d663ee4e37a1a70720d0444b6cdfa1162335e.tar.gz
Bump to 4.5.1-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
-rw-r--r--nvidia-304xx-lqx.install2
3 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97d4ed08ed2d..aa26a59e0e37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Sat Feb 13 12:07:46 UTC 2016
+# Fri Apr 15 10:36:45 UTC 2016
pkgbase = nvidia-304xx-lqx
pkgdesc = NVIDIA drivers for linux-lqx kernel, 304xx legacy branch
pkgver = 304.131
- pkgrel = 3
+ pkgrel = 4
url = http://www.nvidia.com/
install = nvidia-304xx-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-304xx-utils=304.131
depends = nvidia-304xx-libgl
conflicts = nvidia-lqx
diff --git a/PKGBUILD b/PKGBUILD
index d661cff8ea81..9660cafbe9ed 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-304xx-lqx
pkgver=304.131
-_extramodules=extramodules-4.4-lqx
-pkgrel=3
+_extramodules=extramodules-4.5-lqx
+pkgrel=4
pkgdesc="NVIDIA drivers for linux-lqx kernel, 304xx legacy branch"
arch=('i686' 'x86_64')
url="http://www.nvidia.com/"
-depends=('linux-lqx>=4.4' 'linux-lqx<4.5' "nvidia-304xx-utils=${pkgver}" "nvidia-304xx-libgl")
-makedepends=('linux-lqx-headers>=4.4' 'linux-lqx-headers<4.5')
+depends=('linux-lqx>=4.5' 'linux-lqx<4.6' "nvidia-304xx-utils=${pkgver}" "nvidia-304xx-libgl")
+makedepends=('linux-lqx-headers>=4.5' 'linux-lqx-headers<4.6')
conflicts=('nvidia-lqx' 'nvidia-340xx-lqx')
license=('custom')
install=nvidia-304xx-lqx.install
@@ -47,4 +47,4 @@ package() {
gzip -9 "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
# the license file is part of nvidia-304xx-utils - the module depends on it, so we don't ship it another time.
-} \ No newline at end of file
+}
diff --git a/nvidia-304xx-lqx.install b/nvidia-304xx-lqx.install
index aaf38f43b5a0..7011d0bb8f68 100644
--- a/nvidia-304xx-lqx.install
+++ b/nvidia-304xx-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.'
}