Date: Friday, January 20, 2023 @ 17:30:09 Author: tpkessler Revision: 1387133
upgpkg: rocthrust 5.4.2-1: ROCm patch release Modified: rocthrust/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-20 17:29:52 UTC (rev 1387132) +++ PKGBUILD 2023-01-20 17:30:09 UTC (rev 1387133) @@ -1,8 +1,8 @@ # Maintainer: Torsten Keßler <tpkessler at archlinux dot org> # Contributor: Markus Näther <[email protected]> pkgname=rocthrust -pkgver=5.4.1 -pkgrel=2 +pkgver=5.4.2 +pkgrel=1 pkgdesc='Port of the Thrust parallel algorithm library atop HIP/ROCm' arch=('x86_64') url='https://docs.amd.com/bundle/rocTHRUST_API_Guide/page/index.html' @@ -11,7 +11,7 @@ makedepends=('rocm-cmake') _git='https://github.com/ROCmSoftwarePlatform/rocThrust' source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz") -sha256sums=('8d71e6e51785dbd354d35135879fb040ed3113c3f2698090b2e5d9ec01d6ce98') +sha256sums=('d3c390dd1f0904961f2e34be8cc8b4095781df74903ff6120c35db4164441d23') _dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")" build() {
