Date: Monday, February 17, 2020 @ 15:12:16 Author: archange Revision: 574287
upgpkg: cgns 4.0.0-1 Modified: cgns/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-17 15:12:11 UTC (rev 574286) +++ PKGBUILD 2020-02-17 15:12:16 UTC (rev 574287) @@ -1,13 +1,8 @@ # Maintainer: Bruno Pagani <[email protected]> -# Contributor: eolianoe <eolianoe At GoogleMAIL DoT com> -# Contriburor: Mathias Anselmann <[email protected]> -# Contributor: Thomas Dziedzic < gostrc at gmail > -# Contributor: lainme <[email protected]> -# Contributor: Klimov Max <[email protected]> _pkgname=CGNS pkgname=cgns -pkgver=3.4.1 +pkgver=4.0.0 pkgrel=1 pkgdesc="Standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations" arch=(x86_64) @@ -17,7 +12,7 @@ makedepends=(gcc-fortran cmake) options=(!makeflags) source=(https://github.com/${_pkgname}/${_pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('d32595e7737b9332243bd3de1eb8c018a272f620f09b289dea8292eba1365994') +sha256sums=('748585a8e52dff4d250d6b603e6b847d05498e4566aba2dc3d7a7d85c4d55849') build() { cmake -B build -S ${_pkgname}-${pkgver} \
