summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42bf906b3880..abee20813e24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nvidia-304xx-ck
pkgdesc = NVIDIA drivers for linux-ck, 304xx legacy branch.
- pkgver = 304.125
- pkgrel = 23
+ pkgver = 304.128
+ pkgrel = 1
url = http://www.nvidia.com/
install = nvidia-304xx-ck.install
arch = i686
@@ -12,7 +12,7 @@ pkgbase = nvidia-304xx-ck
depends = linux-ck>=4.1
depends = linux-ck<4.2
depends = nvidia-304xx-libgl
- depends = nvidia-304xx-utils=304.125
+ depends = nvidia-304xx-utils=304.128
conflicts = nvidia-340xx-ck
conflicts = nvidia-ck
conflicts = nvidia-275xx-ck
@@ -68,10 +68,10 @@ pkgbase = nvidia-304xx-ck
md5sums = 2365f1405f0c7bbb8f8cd7ebd5e4e301
md5sums = 965a8455b291fdb414a02101a3a9f587
md5sums = f42bdf589f52d4e6c38baa5bef15eef8
- source_i686 = http://us.download.nvidia.com/XFree86/Linux-x86/304.125/NVIDIA-Linux-x86-304.125.run
- md5sums_i686 = bc3b0ac291fa998d5109a6f7e94fb2d4
- source_x86_64 = http://us.download.nvidia.com/XFree86/Linux-x86_64/304.125/NVIDIA-Linux-x86_64-304.125-no-compat32.run
- md5sums_x86_64 = 291d41ccdbcc08f752a38f9e0a7eeea0
+ source_i686 = http://us.download.nvidia.com/XFree86/Linux-x86/304.128/NVIDIA-Linux-x86-304.128.run
+ md5sums_i686 = be2b40a4dc3339b050a4f76ddd27e96c
+ source_x86_64 = http://us.download.nvidia.com/XFree86/Linux-x86_64/304.128/NVIDIA-Linux-x86_64-304.128-no-compat32.run
+ md5sums_x86_64 = 6478e40ed87d9177cbfc3d0b6e39a051
pkgname = nvidia-304xx-ck
diff --git a/PKGBUILD b/PKGBUILD
index 550afed07879..db54073566c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Thomas Baechler <thomas@archlinux.org>
pkgname=nvidia-304xx-ck
-pkgver=304.125
+pkgver=304.128
_extramodules=extramodules-4.1-ck
-pkgrel=23
+pkgrel=1
_pkgdesc="NVIDIA drivers for linux-ck, 304xx legacy branch."
pkgdesc="$_pkgdesc"
arch=('i686' 'x86_64')
@@ -26,8 +26,8 @@ source_x86_64+=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NV
md5sums=('2365f1405f0c7bbb8f8cd7ebd5e4e301'
'965a8455b291fdb414a02101a3a9f587'
'f42bdf589f52d4e6c38baa5bef15eef8')
-md5sums_i686=('bc3b0ac291fa998d5109a6f7e94fb2d4')
-md5sums_x86_64=('291d41ccdbcc08f752a38f9e0a7eeea0')
+md5sums_i686=('be2b40a4dc3339b050a4f76ddd27e96c')
+md5sums_x86_64=('6478e40ed87d9177cbfc3d0b6e39a051')
[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"