diff --git a/python3-hjson/alr.sh b/python3-hjson/alr.sh index be0f039..81f8759 100644 --- a/python3-hjson/alr.sh +++ b/python3-hjson/alr.sh @@ -1,6 +1,6 @@ name='python3-hjson' version='3.1.0' -release='4' +release='5' desc='JSON for Humans, allows comments and is less error prone.' desc_ru='Библиотека Python для удобного JSON с поддержкой комментариев' homepage='https://github.com/laktak/hjson-py' @@ -49,12 +49,12 @@ checksums=('SKIP') build() { cd "hjson-${version}" - python -m build --wheel --no-isolation + python3 -m build --wheel --no-isolation } package() { cd "hjson-${version}" - python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl + python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl install-license LICENSE.txt ./${name}/LICENSE.txt }