python3-zstandard 0.24.0-5

This commit is contained in:
2025-12-27 16:00:49 +03:00
parent 6d1325ace0
commit 1c92df6944

View File

@@ -1,6 +1,6 @@
name='python3-zstandard' name='python3-zstandard'
version='0.24.0' version='0.24.0'
release='4' release='5'
desc='Zstandard bindings for Python.' desc='Zstandard bindings for Python.'
desc_ru='Привязки Python к библиотеке сжатия Zstandard' desc_ru='Привязки Python к библиотеке сжатия Zstandard'
homepage='https://github.com/indygreg/python-zstandard' homepage='https://github.com/indygreg/python-zstandard'
@@ -47,5 +47,5 @@ package() {
} }
files() { files() {
files-find-lib files-find "./usr/local/lib/**"
} }