diff --git a/python3-hjson/alr.sh b/python3-hjson/alr.sh index d5f9b0b..83b41dd 100644 --- a/python3-hjson/alr.sh +++ b/python3-hjson/alr.sh @@ -1,6 +1,6 @@ name='python3-hjson' version='3.1.0' -release='6' +release='7' desc='JSON for Humans, allows comments and is less error prone.' desc_ru='Библиотека Python для удобного JSON с поддержкой комментариев' homepage='https://github.com/laktak/hjson-py' @@ -59,7 +59,7 @@ package() { } files() { - files-find-lib - files-find-bin + files-find "./usr/local/lib/**" + files-find "./usr/local/bin/**" files-find-share "licenses" }