updpkg: 1.5.4

This commit is contained in:
Observer of Time 2023-03-30 13:03:15 +03:00
parent af98c4e3a9
commit 456f24483b
Signed by: chronobserver
GPG Key ID: 8A2DEA1DBAEBCA9E
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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'