summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorObserverOfTime2024-03-27 12:26:57 +0200
committerObserverOfTime2024-03-27 12:26:57 +0200
commit4b8b7c6888fcb37d5eb0c1b2440cde4b69e410c5 (patch)
tree488d4894c5eb2f25c848c3724cc01082f0db36c5
parentafcd21cbd40aa860e630eabccddc379ff4c71177 (diff)
downloadaur-4b8b7c6888fcb37d5eb0c1b2440cde4b69e410c5.tar.gz
updpkg: 1.5.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c4cb2b5169e..7cb25e980632 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zstd-static
pkgdesc = Zstandard - Fast real-time compression algorithm (with static lib)
- pkgver = 1.5.5
+ pkgver = 1.5.6
pkgrel = 1
url = https://www.zstd.net/
arch = x86_64
@@ -11,11 +11,11 @@ pkgbase = zstd-static
depends = zlib
depends = xz
depends = lz4
- provides = zstd=1.5.5
+ provides = zstd=1.5.6
provides = libzstd.so=1-64
conflicts = zstd
options = staticlibs
- source = https://github.com/facebook/zstd/releases/download/v1.5.5/zstd-1.5.5.tar.gz
- sha256sums = 9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4
+ source = https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-1.5.6.tar.gz
+ sha256sums = 8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1
pkgname = zstd-static
diff --git a/PKGBUILD b/PKGBUILD
index 627ae35b33a2..f16bccbf1a7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Based on zstd
pkgname=zstd-static
-pkgver=1.5.5
+pkgver=1.5.6
pkgrel=1
pkgdesc='Zstandard - Fast real-time compression algorithm (with static lib)'
arch=(x86_64)
@@ -15,7 +15,7 @@ checkdepends=('gtest')
conflicts=('zstd')
provides=("zstd=${pkgver}" "libzstd.so=1-64")
source=("https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.gz")
-sha256sums=('9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4')
+sha256sums=('8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1')
build() {
export CFLAGS+=' -ffat-lto-objects'