diff --git a/python3-dotty-dict/alr.sh b/python3-dotty-dict/alr.sh index be5f301..d9d2c90 100644 --- a/python3-dotty-dict/alr.sh +++ b/python3-dotty-dict/alr.sh @@ -1,6 +1,6 @@ name='python3-dotty-dict' version='1.3.1' -release='3' +release='4' desc='Dictionary wrapper for quick access to deeply nested keys' desc_ru='Библиотека Python для быстрого доступа к глубоко вложенным ключам словаря' homepage='https://github.com/pawelzny/dotty_dict' @@ -68,11 +68,10 @@ check() { package() { cd "dotty_dict-$version" - python -m installer --destdir="$pkgdir" dist/*.whl + python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl install-license ./LICENSE ./${name}/LICENSE } files() { - files-find "./usr/lib/python3.*/site-packages/dotty_dict" - files-find "./usr/lib/python3.*/site-packages/dotty_dict-*.dist-info" + files-find-lib files-find-share "licenses" }