updpkg: v1.5.2

This commit is contained in:
Observer of Time 2022-01-24 10:47:35 +02:00
parent dd4d093b68
commit 7eeba219e4
Signed by: chronobserver
GPG Key ID: 8A2DEA1DBAEBCA9E
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
pkgbase = zstd-cmake
pkgdesc = Zstandard - Fast real-time compression algorithm (with cmake files)
pkgver = 1.5.1
pkgver = 1.5.2
pkgrel = 1
url = https://www.zstd.net/
arch = x86_64
@ -11,14 +11,14 @@ pkgbase = zstd-cmake
depends = zlib
depends = xz
depends = lz4
provides = zstd=1.5.1
provides = zstd-static=1.5.1
provides = zstd=1.5.2
provides = zstd-static=1.5.2
provides = libzstd.so=1-64
conflicts = zstd
conflicts = zstd-static
conflicts = zstd-git
options = staticlibs
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 = zstd-cmake

View File

@ -2,7 +2,7 @@
# Based on zstd
pkgname=zstd-cmake
pkgver=1.5.1
pkgver=1.5.2
pkgrel=1
pkgdesc='Zstandard - Fast real-time compression algorithm (with cmake files)'
arch=(x86_64)
@ -15,7 +15,7 @@ checkdepends=('gtest')
provides=("zstd=${pkgver}" "zstd-static=${pkgver}" "libzstd.so=1-64")
conflicts=('zstd' 'zstd-static' 'zstd-git')
source=("https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.gz")
sha256sums=('e28b2f2ed5710ea0d3a1ecac3f6a947a016b972b9dd30242369010e5f53d7002')
sha256sums=('7c42d56fac126929a6a85dbc73ff1db2411d04f104fae9bdea51305663a83fd0')
build() {
cd zstd-${pkgver}