Date: Wednesday, February 8, 2023 @ 19:35:04 Author: tpkessler Revision: 1396536
upgpkg: rocthrust 5.4.3-1: ROCm patch release Modified: rocthrust/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-08 19:33:30 UTC (rev 1396535) +++ PKGBUILD 2023-02-08 19:35:04 UTC (rev 1396536) @@ -1,8 +1,8 @@ # Maintainer: Torsten Keßler <tpkessler at archlinux dot org> # Contributor: Markus Näther <[email protected]> pkgname=rocthrust -pkgver=5.4.2 -pkgrel=2 +pkgver=5.4.3 +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=('d3c390dd1f0904961f2e34be8cc8b4095781df74903ff6120c35db4164441d23') +sha256sums=('d133e14ea6d27d358d1bd4d31b79fb1562d1aea7c400e5a2d28d0f159cb6c8a8') _dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")" build() {
