Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / zstd
Commits: e6167e11 by Tobias Powalowski at 2025-02-20T18:14:31+01:00 upgpkg: 1.5.7-2: fixed manpages - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = zstd pkgdesc = Zstandard - Fast real-time compression algorithm pkgver = 1.5.7 - pkgrel = 1 + pkgrel = 2 url = https://facebook.github.io/zstd/ arch = x86_64 license = BSD-3-Clause @@ -17,10 +17,13 @@ pkgbase = zstd provides = libzstd.so source = https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-1.5.7.tar.zst source = https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-1.5.7.tar.zst.sig + source = https://github.com/facebook/zstd/commit/6af3842118ea5325480b403213b2a9fbed3d3d74.patch validpgpkeys = 4EF4AC63455FC9F4545D9B7DEF8FE99528B52FFD sha256sums = 5b331d961d6989dc21bb03397fc7a2a4d86bc65a14adc5ffbbce050354e30fd2 sha256sums = SKIP + sha256sums = 7c07be222d45718b81fb16f97e611adfeb24efa0712ca77fb1e08f4c67803ec3 b2sums = 20df0493d9d960b8fc98f7cac7630f84dae6226bd906364ab9c9ce7dfb2be44a303fd077e4264979f3ee92efd59072d63c4bb4ae7b65c52f6ce0153513088837 b2sums = SKIP + b2sums = 02e472b01ead30ebc703f64d35ccbfe1db8a9eae6b15a3690e6e5092c6b8cdfaaca585b31b965d94eea7da04cebd6bcca7f5c8bbf9e2c2e84b4acd7f3ce54e5d pkgname = zstd ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=zstd pkgver=1.5.7 -pkgrel=1 +pkgrel=2 pkgdesc='Zstandard - Fast real-time compression algorithm' url='https://facebook.github.io/zstd/' arch=(x86_64) @@ -26,11 +26,14 @@ makedepends=( ninja ) provides=(libzstd.so) -source=(https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.zst{,.sig}) +source=(https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.zst{,.sig} + https://github.com/facebook/zstd/commit/6af3842118ea5325480b403213b2a9fbed3d3d74.patch) sha256sums=('5b331d961d6989dc21bb03397fc7a2a4d86bc65a14adc5ffbbce050354e30fd2' - 'SKIP') + 'SKIP' + '7c07be222d45718b81fb16f97e611adfeb24efa0712ca77fb1e08f4c67803ec3') b2sums=('20df0493d9d960b8fc98f7cac7630f84dae6226bd906364ab9c9ce7dfb2be44a303fd077e4264979f3ee92efd59072d63c4bb4ae7b65c52f6ce0153513088837' - 'SKIP') + 'SKIP' + '02e472b01ead30ebc703f64d35ccbfe1db8a9eae6b15a3690e6e5092c6b8cdfaaca585b31b965d94eea7da04cebd6bcca7f5c8bbf9e2c2e84b4acd7f3ce54e5d') validpgpkeys=(4EF4AC63455FC9F4545D9B7DEF8FE99528B52FFD) prepare() { @@ -38,6 +41,8 @@ prepare() { # avoid error on tests without static libs, we use LD_LIBRARY_PATH sed '/build static library to build tests/d' -i build/cmake/CMakeLists.txt sed 's/libzstd_static/libzstd_shared/g' -i build/cmake/tests/CMakeLists.txt + # fix manpages + patch -Np1 -i ../6af3842118ea5325480b403213b2a9fbed3d3d74.patch } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zstd/-/commit/e6167e11a97b9b69dffcddbcd92cdee4fa9c0b3a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zstd/-/commit/e6167e11a97b9b69dffcddbcd92cdee4fa9c0b3a You're receiving this email because of your account on gitlab.archlinux.org.