From 010e1f85c30d9b9cd27bcfafb9367f4d1c1054f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sat, 27 Dec 2025 16:00:48 +0300 Subject: [PATCH] python3-hjson 3.1.0-7 --- python3-hjson/alr.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" }