summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-10-31 08:09:38 -0400
committeracxz2020-10-31 08:09:38 -0400
commit8c8686502c69c915e09161e0f30c338b245e8b8c (patch)
tree5f6f0526d137a47d365e264570407b303e51b321
parent7a925a2ee9ce4dd50fee035859bf4c46d901f008 (diff)
downloadaur-8c8686502c69c915e09161e0f30c338b245e8b8c.tar.gz
[rocfft] updpkg 3.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07162b7fde3e..cfec4a7deaa0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = rocfft
pkgdesc = Next generation FFT implementation for ROCm
- pkgver = 3.8.0
+ pkgver = 3.9.0
pkgrel = 1
url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#rocfft
arch = x86_64
license = MIT
makedepends = cmake
depends = hip-rocclr
- source = rocfft-3.8.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocFFT/archive/rocm-3.8.0.tar.gz
- sha256sums = ed23009796e2ee7c43dcc24527f2d6b1d7a73dceac06c30384460098d2fe1556
+ source = rocfft-3.9.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocFFT/archive/rocm-3.9.0.tar.gz
+ sha256sums = 9c9c0b7f09bab17250f5101d1605e7a61218eae828a3eb8fe048d607181294ce
pkgname = rocfft
diff --git a/PKGBUILD b/PKGBUILD
index 2a86fa58a80c..d02bdd04ce68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakub Okoński <jakub@okonski.org>
# Maintainer: Markus Näther <naetherm@cs.uni-freiburg.de>
pkgname=rocfft
-pkgver=3.8.0
+pkgver=3.9.0
pkgrel=1
pkgdesc='Next generation FFT implementation for ROCm'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('hip-rocclr')
makedepends=('cmake')
_git='https://github.com/ROCmSoftwarePlatform/rocFFT'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('ed23009796e2ee7c43dcc24527f2d6b1d7a73dceac06c30384460098d2fe1556')
+sha256sums=('9c9c0b7f09bab17250f5101d1605e7a61218eae828a3eb8fe048d607181294ce')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {