summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-02-19 11:07:18 +0100
committerMichel Zou2022-02-19 11:07:18 +0100
commitf91e6c12a93485ea427915a7d83f1b264e40db88 (patch)
treef4759c3eed7c94171f2679c05b7ee8c87d6e6745
parent5f1e5b7568281843a86adce7db8b3b5f3c09bd2d (diff)
downloadaur-f91e6c12a93485ea427915a7d83f1b264e40db88.tar.gz
1.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8c14e3ed01a..1e34fee49e71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-zstd
pkgdesc = Zstandard - Fast real-time compression algorithm (mingw-w64)
- pkgver = 1.5.1
+ pkgver = 1.5.2
pkgrel = 1
url = http://www.zstd.net/
arch = any
@@ -11,7 +11,7 @@ pkgbase = mingw-w64-zstd
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/facebook/zstd/releases/download/v1.5.1/zstd-1.5.1.tar.gz
- sha256sums = e28b2f2ed5710ea0d3a1ecac3f6a947a016b972b9dd30242369010e5f53d7002
+ source = https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-1.5.2.tar.gz
+ sha256sums = 7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0
pkgname = mingw-w64-zstd
diff --git a/PKGBUILD b/PKGBUILD
index 1580b93f4fb7..f1c49072ae29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-zstd
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc="Zstandard - Fast real-time compression algorithm (mingw-w64)"
url="http://www.zstd.net/"
@@ -9,14 +9,10 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('staticlibs' '!buildflags' '!strip')
source=("https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.gz")
-sha256sums=('e28b2f2ed5710ea0d3a1ecac3f6a947a016b972b9dd30242369010e5f53d7002')
+sha256sums=('7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
-prepare () {
- cd zstd-$pkgver
-}
-
build() {
cd zstd-$pkgver
for _arch in ${_architectures}; do