upgpkg: hipfort 5.0.2-1

upstream release
This commit is contained in:
Torsten Keßler 2022-03-05 17:45:16 +01:00
parent 54c40a57b7
commit e8d4880d3f
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = hipfort
pkgdesc = Fortran interfaces for ROCm libraries
pkgver = 5.0.1
pkgver = 5.0.2
pkgrel = 1
url = https://rocmsoftwareplatform.github.io/hipfort/
arch = x86_64
@ -11,7 +11,7 @@ pkgbase = hipfort
depends = hip
depends = gcc-fortran
options = !strip
source = hipfort-5.0.1.tar.gz::https://github.com/ROCmSoftwarePlatform/hipfort/archive/rocm-5.0.1.tar.gz
sha256sums = d66b965f84a52e4b5e60f624e3bc02ff6dcee26742c35242ad56cac450eb48f0
source = hipfort-5.0.2.tar.gz::https://github.com/ROCmSoftwarePlatform/hipfort/archive/rocm-5.0.2.tar.gz
sha256sums = fcee6e62482ab15f365681dbc12bd9ae26b0fab2f2848a3c14de8ec63004a7aa
pkgname = hipfort

View file

@ -1,7 +1,7 @@
# Maintainer Torsten Keßler <t dot kessler at posteo dot de>
pkgname=hipfort
pkgver=5.0.1
pkgver=5.0.2
pkgrel=1
pkgdesc='Fortran interfaces for ROCm libraries'
arch=('x86_64')
@ -11,7 +11,7 @@ depends=('hip' 'gcc-fortran')
makedepends=('cmake' 'rocm-cmake' 'git')
_git='https://github.com/ROCmSoftwarePlatform/hipfort'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
sha256sums=('d66b965f84a52e4b5e60f624e3bc02ff6dcee26742c35242ad56cac450eb48f0')
sha256sums=('fcee6e62482ab15f365681dbc12bd9ae26b0fab2f2848a3c14de8ec63004a7aa')
options=(!strip)
_dirname="$(basename "$_git")-$(basename "${source[0]}" .tar.gz)"