summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor2019-06-11 10:30:24 -0300
committerVictor2019-06-11 10:30:24 -0300
commit1782c46658b1c8fcc3e9b6178a4d437ed4ec00bd (patch)
treed0d9ec555908a4d17862af891f34d8baddc87192
parent67ce892b4043a8e6a7288559faef54c7a34f9bc8 (diff)
downloadaur-1782c46658b1c8fcc3e9b6178a4d437ed4ec00bd.tar.gz
Update to 1.9.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82f98f5f9eee..331704cc62ee 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.9.4
+ pkgver = 1.9.5
pkgrel = 1
url = https://github.com/thrust/thrust
arch = any
@@ -8,8 +8,8 @@ pkgbase = thrust
optdepends = cuda: for CUDA backend
optdepends = openmp: for OMP backend
optdepends = intel-tbb: for TBB backend
- source = thrust-1.9.4.tar.gz::https://github.com/thrust/thrust/archive/1.9.4.tar.gz
- sha256sums = 41931a7d73331fc39c6bea56d1eb8d4d8bbf7c73688979bbdab0e55772f538d1
+ source = thrust-1.9.5.tar.gz::https://github.com/thrust/thrust/archive/1.9.5.tar.gz
+ sha256sums = d155dc2a260fe0c75c63c185fa4c4b4c6c5b7c444fcdac7109bb71941c9603f1
pkgname = thrust
diff --git a/PKGBUILD b/PKGBUILD
index 2c001a29cad8..d6dcb85ca8f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Xiang Gao <qasdfgtyuiop@gmail.com>
pkgname=thrust
-pkgver=1.9.4
+pkgver=1.9.5
pkgrel=1
pkgdesc='A C++ parallel programming library which resembles the C++ Standard Library'
arch=('any')
@@ -16,7 +16,7 @@ optdepends=(
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/thrust/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('41931a7d73331fc39c6bea56d1eb8d4d8bbf7c73688979bbdab0e55772f538d1')
+sha256sums=('d155dc2a260fe0c75c63c185fa4c4b4c6c5b7c444fcdac7109bb71941c9603f1')
package() {
install -dm 755 "${pkgdir}/opt/${pkgname}"