summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3ead6fb8eb2..27ccc95f3424 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jingbei Li <i@jingbei.li>
# Contributor: Benjamin Chretien <chretien at lirmm dot fr>
pkgname=cub
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.9.10
+pkgrel=1
pkgdesc="A flexible library of cooperative threadblock primitives and other utilities for CUDA kernel programming."
arch=('any')
url='http://nvlabs.github.com/cub/'
@@ -10,7 +10,7 @@ license=('custom')
optdepends=('cuda')
source=("https://github.com/NVlabs/cub/archive/${pkgver}.zip"
"cub.pc")
-sha256sums=('6bfa06ab52a650ae7ee6963143a0bbc667d6504822cbd9670369b598f18c58c3'
+sha256sums=('063fea7c9bf87677a5fc5889e3fcd51582b77a2b3af9fa599d846a9c98ce9407'
'93707c5fd3a2f93e825fc9cde8133fc525c7e5d6f22bbb006f494de74930bf87')
package() {