Date: Friday, April 14, 2023 @ 18:18:10
  Author: alerque
Revision: 1446070

upgpkg: python-pyzstd 0.15.6-3; fix dynamic linking per tip from upstream

Modified:
  python-pyzstd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-14 18:11:03 UTC (rev 1446069)
+++ PKGBUILD    2023-04-14 18:18:10 UTC (rev 1446070)
@@ -3,7 +3,7 @@
 pkgname=python-pyzstd
 _pyname=${pkgname#python-}
 pkgver=0.15.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Python bindings to Zstandard (zstd) compression library'
 arch=(x86_64)
 url="https://github.com/animalize/$_pyname";
@@ -19,7 +19,7 @@
 
 build() {
        cd "$_archive"
-       python -m build -wn -C=--dynamic-link-zstd
+       python -m build -wn -C=--build-option=--dynamic-link-zstd
 }
 
 check() {

Reply via email to