summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-07-29 20:01:22 +0200
committerMichel Zou2019-07-29 20:01:22 +0200
commit6e34a18a25c6859782ed62b43b6330967c184bcb (patch)
tree66ab601e246fd7717d21ae33e43501ecdab25847
parentcac0a36c4e4b3839242673cc13698ad76f52f36c (diff)
downloadaur-6e34a18a25c6859782ed62b43b6330967c184bcb.tar.gz
2.1.5.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 5 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6d4a9461427..7e0f6c3603fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-sz
pkgdesc = Error-bounded Lossy Data Compressor (for floating-point/integer datasets) (mingw-w64)
- pkgver = 2.1.5.1
+ pkgver = 2.1.5.3
pkgrel = 1
url = https://collab.cels.anl.gov/display/ESR/SZ
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-sz
options = !buildflags
options = !strip
options = staticlibs
- source = https://github.com/disheng222/SZ/archive/v2.1.5.1.tar.gz
- sha256sums = 5234df442714f3400ed5676d2dd151386f6763471e52f784c640f840b8ce40d5
+ source = https://github.com/disheng222/SZ/archive/v2.1.5.3.tar.gz
+ sha256sums = d73e024da2095612c27a815fd6eb31cca24f566c9cdd6add74eabc08bba7d70d
pkgname = mingw-w64-sz
diff --git a/PKGBUILD b/PKGBUILD
index a6efe32b7af2..999cbed9fc14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-sz
-pkgver=2.1.5.1
+pkgver=2.1.5.3
pkgrel=1
pkgdesc="Error-bounded Lossy Data Compressor (for floating-point/integer datasets) (mingw-w64)"
url="https://collab.cels.anl.gov/display/ESR/SZ"
@@ -9,17 +9,10 @@ depends=('mingw-w64-zstd')
makedepends=('mingw-w64-cmake')
options=('!buildflags' '!strip' 'staticlibs')
source=("https://github.com/disheng222/SZ/archive/v${pkgver}.tar.gz")
-sha256sums=('5234df442714f3400ed5676d2dd151386f6763471e52f784c640f840b8ce40d5')
+sha256sums=('d73e024da2095612c27a815fd6eb31cca24f566c9cdd6add74eabc08bba7d70d')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
-prepare() {
- cd "$srcdir/SZ-${pkgver}"
- sed -i "s|ARCHIVE DESTINATION lib|ARCHIVE DESTINATION lib RUNTIME DESTINATION bin|g" sz/CMakeLists.txt
-
- curl -L https://github.com/disheng222/SZ/commit/360d29e44cf52cc1d59f2b2c070f94ad067f5314.patch | patch -p1
-}
-
build() {
cd "$srcdir/SZ-${pkgver}"
for _arch in ${_architectures}; do