Date: Saturday, June 4, 2022 @ 20:00:54 Author: archange Revision: 1222366
upgpkg: adios2 2.8.1-1 Modified: adios2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-04 20:00:42 UTC (rev 1222365) +++ PKGBUILD 2022-06-04 20:00:54 UTC (rev 1222366) @@ -1,8 +1,8 @@ # Maintainer: Bruno Pagani <[email protected]> pkgname=adios2 -pkgver=2.8.0 -pkgrel=2 +pkgver=2.8.1 +pkgrel=1 pkgdesc="The Adaptable Input/Output System version 2" arch=(x86_64) url="https://adios2.readthedocs.io/en/latest/" @@ -12,7 +12,7 @@ # with mgard does not build currently, not time to investigate makedepends=(cmake gcc-fortran gtest python python-mpi4py python-numpy) source=(https://github.com/ornladios/ADIOS2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('5af3d950e616989133955c2430bd09bcf6bad3a04cf62317b401eaf6e7c2d479') +sha256sums=('3f515b442bbd52e3189866b121613fe3b59edb8845692ea86fad83d1eba35d93') build() { cmake -B build -S ${pkgname^^}-${pkgver} \
