Date: Monday, January 23, 2023 @ 20:55:30
Author: tpkessler
Revision: 1387988
upgpkg: hipfft 5.4.2-1: ROCm patch release
Modified:
hipfft/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-23 20:52:10 UTC (rev 1387987)
+++ PKGBUILD 2023-01-23 20:55:30 UTC (rev 1387988)
@@ -1,8 +1,8 @@
# Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
pkgname=hipfft
-pkgver=5.4.1
-pkgrel=2
+pkgver=5.4.2
+pkgrel=1
pkgdesc='rocFFT marshalling library.'
arch=('x86_64')
url='https://hipfft.readthedocs.io/en/latest/'
@@ -12,7 +12,7 @@
_git='https://github.com/ROCmSoftwarePlatform/hipFFT'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz"
"hipfft-no-git.patch")
-sha256sums=('6ebe66858418f71ae13b14ef36628e3c6b6cd116964372c95ff241ed3082dce4'
+sha256sums=('0c0bf67bf38b9ab2f931f4d26ea6a8410107c160fe23ece50343df9b1278fe26'
'6bf435844134dc8e8909ec3f1b73e210e82d61b00b8a555106bd1570fda3294a')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"