[arch-commits] Commit in zstd/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Jun 7 11:56:25 UTC 2022


    Date: Tuesday, June 7, 2022 @ 11:56:24
  Author: alucryd
Revision: 447716

zstd 1.5.2-5: include static lib

Modified:
  zstd/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-07 10:33:09 UTC (rev 447715)
+++ PKGBUILD	2022-06-07 11:56:24 UTC (rev 447716)
@@ -5,7 +5,7 @@
 
 pkgname=zstd
 pkgver=1.5.2
-pkgrel=4
+pkgrel=5
 pkgdesc='Zstandard - Fast real-time compression algorithm'
 url='https://facebook.github.io/zstd/'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(glibc gcc-libs zlib xz lz4)
 makedepends=(cmake gtest ninja)
 provides=(libzstd.so)
-options=(debug)
+options=(debug staticlibs)
 source=(https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.zst{,.sig})
 sha256sums=('3ea06164971edec7caa2045a1932d757c1815858e4c2b68c7ef812647535c23f'
             'SKIP')



More information about the arch-commits mailing list