[arch-commits] Commit in sz/trunk (PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Tue Jul 20 23:51:00 UTC 2021
Date: Tuesday, July 20, 2021 @ 23:50:59
Author: archange
Revision: 980588
upgpkg: sz 2.1.11.2-1
Modified:
sz/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-20 23:42:20 UTC (rev 980587)
+++ PKGBUILD 2021-07-20 23:50:59 UTC (rev 980588)
@@ -1,7 +1,7 @@
# Maintainer: Bruno Pagani <archange at archlinux.org>
pkgname=sz
-pkgver=2.1.11
+pkgver=2.1.11.2
pkgrel=1
pkgdesc="Modular parametrizable lossy compressor framework for scientific data"
arch=(x86_64)
@@ -9,8 +9,8 @@
license=(BSD)
depends=(glibc gcc-libs)
makedepends=(cmake gcc-fortran hdf5 netcdf python python-numpy swig)
-source=(https://github.com/szcompressor/SZ/releases/download/v${pkgver}/sz-${pkgver}.tar.gz)
-sha256sums=('85b8ef99344a3317ba9ee63ca4b9d99a51d1832d4d8880e01c7c56b3a69cacc9')
+source=(https://github.com/szcompressor/SZ/releases/download/${pkgver}/sz-${pkgver}.tar.gz)
+sha256sums=('e4f8ad8f4cb232b7bc20cd2924a2a338495119123c21018b91af9e1ffe3fb94d')
build() {
cmake -B build -S SZ-${pkgver} \
More information about the arch-commits
mailing list