* update cgns to 4.4.0-1

This commit is contained in:
Alexander Baldeck 2023-07-24 19:45:25 +02:00
parent 2a07088e51
commit 37c2f7c192

View File

@ -1,10 +1,9 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Bruno Pagani <archange@archlinux.org>
_pkgname=CGNS
pkgname=cgns
pkgver=4.3.0
pkgrel=4
pkgver=4.4.0
pkgrel=1
pkgdesc="Standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://cgns.github.io/"
@ -13,7 +12,7 @@ depends=(tk hdf5 libxmu glu)
makedepends=(gcc-fortran cmake)
options=(!makeflags)
source=(https://github.com/${_pkgname}/${_pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('7709eb7d99731dea0dd1eff183f109eaef8d9556624e3fbc34dc5177afc0a032')
sha256sums=('3b0615d1e6b566aa8772616ba5fd9ca4eca1a600720e36eadd914be348925fe2')
build() {