summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorObserverOfTime2023-03-30 13:03:15 +0300
committerObserverOfTime2023-03-30 13:03:15 +0300
commit456f24483b6f470676a6ccd0a5b4d85dd0860572 (patch)
treecdce82dcc876ce8e8fc3d155e4b573ba303e435b
parentaf98c4e3a935246076b523edbbd5365304235d7a (diff)
downloadaur-456f24483b6f470676a6ccd0a5b4d85dd0860572.tar.gz
updpkg: 1.5.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d8f4e955c62..a0ee3c13a086 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.2
+ pkgver = 1.5.4
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.2
+ provides = zstd=1.5.4
provides = libzstd.so=1-64
conflicts = zstd
options = staticlibs
- source = https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-1.5.2.tar.gz
- sha256sums = 7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0
+ source = https://github.com/facebook/zstd/releases/download/v1.5.4/zstd-1.5.4.tar.gz
+ sha256sums = 0f470992aedad543126d06efab344dc5f3e171893810455787d38347343a4424
pkgname = zstd-static
diff --git a/PKGBUILD b/PKGBUILD
index 8d35aba224cc..a40a6669ea8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Based on zstd
pkgname=zstd-static
-pkgver=1.5.2
+pkgver=1.5.4
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=('7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0')
+sha256sums=('0f470992aedad543126d06efab344dc5f3e171893810455787d38347343a4424')
build() {
export CFLAGS+=' -ffat-lto-objects'