python3-zstandard 0.24.0-4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name='python3-zstandard'
|
||||
version='0.24.0'
|
||||
release='3'
|
||||
release='4'
|
||||
desc='Zstandard bindings for Python.'
|
||||
desc_ru='Привязки Python к библиотеке сжатия Zstandard'
|
||||
homepage='https://github.com/indygreg/python-zstandard'
|
||||
@@ -43,7 +43,7 @@ build() {
|
||||
|
||||
package() {
|
||||
cd "$srcdir/zstandard-${version}"
|
||||
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||
}
|
||||
|
||||
files() {
|
||||
|
||||
Reference in New Issue
Block a user