summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-08-30 14:50:25 +0200
committerMichel Zou2019-08-30 14:50:25 +0200
commitaa08081ee35c19520514bf00cab6c0322a7b2184 (patch)
tree2008dbf8fb5b31aba2731ed7a2ef368f8ce790e7
parent72507c37626fc88f24e2d08c0631488de852c403 (diff)
downloadaur-aa08081ee35c19520514bf00cab6c0322a7b2184.tar.gz
2.1.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7cac4ee6308..91c7c3a45129 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = sz
pkgdesc = Error-bounded Lossy Data Compressor (for floating-point/integer datasets)
- pkgver = 2.1.5.3
+ pkgver = 2.1.6.0
pkgrel = 1
url = https://collab.cels.anl.gov/display/ESR/SZ
arch = x86_64
license = custom
makedepends = cmake
depends = zstd
- source = https://github.com/disheng222/SZ/archive/v2.1.5.3.tar.gz
- sha256sums = d73e024da2095612c27a815fd6eb31cca24f566c9cdd6add74eabc08bba7d70d
+ source = https://github.com/disheng222/SZ/archive/v2.1.6.0.tar.gz
+ sha256sums = 6718434f2a5c669ce6b9715e43b5bdfc0e4d498ce04fd848d6798bcccd822dad
pkgname = sz
diff --git a/PKGBUILD b/PKGBUILD
index 356820896efb..aba8c4814cf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=sz
-pkgver=2.1.5.3
+pkgver=2.1.6.0
pkgrel=1
pkgdesc="Error-bounded Lossy Data Compressor (for floating-point/integer datasets)"
license=('custom')
@@ -8,7 +8,7 @@ url="https://collab.cels.anl.gov/display/ESR/SZ"
depends=('zstd')
makedepends=('cmake')
source=("https://github.com/disheng222/SZ/archive/v${pkgver}.tar.gz")
-sha256sums=('d73e024da2095612c27a815fd6eb31cca24f566c9cdd6add74eabc08bba7d70d')
+sha256sums=('6718434f2a5c669ce6b9715e43b5bdfc0e4d498ce04fd848d6798bcccd822dad')
build() {
cd SZ-$pkgver