summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor2021-12-14 14:24:10 +0100
committerVictor2021-12-14 14:24:10 +0100
commitb2e1b8dbf563e0ff67bcf61475899215e618cae5 (patch)
treef76eb9976556bd8c64181eea17a110b980f5810b
parent1d8cf3f884300684cda995005d086b4f9910b19d (diff)
downloadaur-b2e1b8dbf563e0ff67bcf61475899215e618cae5.tar.gz
Update to 1.15.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46e6e52793fa..798e6678273e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thrust
pkgdesc = A C++ parallel programming library which resembles the C++ Standard Library
- pkgver = 1.14.0
+ pkgver = 1.15.0
pkgrel = 1
url = https://github.com/thrust/thrust
arch = any
@@ -8,9 +8,9 @@ pkgbase = thrust
optdepends = cuda: for CUDA backend
optdepends = openmp: for OMP backend
optdepends = intel-tbb: for TBB backend
- source = thrust-1.14.0.tar.gz::https://github.com/thrust/thrust/archive/1.14.0.tar.gz
- source = cub-1.14.0.tar.gz::https://github.com/thrust/cub/archive/1.14.0.tar.gz
- sha256sums = ddba9f3ed47b1a33562a4aea2d000a2ca2abcd45ff760af12aa81b8b7e492962
- sha256sums = fba15be8443ceb0a3f99f94aea0459f62236d9a3bdea72b2f45d3bf75ef22416
+ source = thrust-1.15.0.tar.gz::https://github.com/thrust/thrust/archive/1.15.0.tar.gz
+ source = cub-1.15.0.tar.gz::https://github.com/thrust/cub/archive/1.15.0.tar.gz
+ sha256sums = 0eeaf5a77cd7cb143f3443bd96b215ae1c4eacf18a712762e6a5c85213f80cc2
+ sha256sums = 1781ee5eb7f00acfee5bff88e3acfc67378f6b3c24281335e18ae19e1f2ff685
pkgname = thrust
diff --git a/PKGBUILD b/PKGBUILD
index 16f1bb49a4e3..034178a70cf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Xiang Gao <qasdfgtyuiop@gmail.com>
pkgname=thrust
-pkgver=1.14.0
+pkgver=1.15.0
pkgrel=1
pkgdesc='A C++ parallel programming library which resembles the C++ Standard Library'
arch=('any')
@@ -17,8 +17,8 @@ optdepends=(
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/thrust/${pkgname}/archive/${pkgver}.tar.gz"
"cub-${pkgver}.tar.gz::https://github.com/thrust/cub/archive/${pkgver}.tar.gz")
-sha256sums=('ddba9f3ed47b1a33562a4aea2d000a2ca2abcd45ff760af12aa81b8b7e492962'
- 'fba15be8443ceb0a3f99f94aea0459f62236d9a3bdea72b2f45d3bf75ef22416')
+sha256sums=('0eeaf5a77cd7cb143f3443bd96b215ae1c4eacf18a712762e6a5c85213f80cc2'
+ '1781ee5eb7f00acfee5bff88e3acfc67378f6b3c24281335e18ae19e1f2ff685')
package() {
install -dm 755 "${pkgdir}/opt/${pkgname}"