From 8a2fc361399e85f5c6a410ff5dcae194c439c88a 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:49 +0300 Subject: [PATCH] python3-pyside6 6.8.3-9 --- python3-pyside6/alr.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/python3-pyside6/alr.sh b/python3-pyside6/alr.sh index 22d625d..2f9ce53 100644 --- a/python3-pyside6/alr.sh +++ b/python3-pyside6/alr.sh @@ -6,7 +6,7 @@ name=( python3-pyside6 ) version='6.8.3' -release='8' +release='9' desc='Python bindings for the Qt 6 cross-platform application and UI framework' desc_ru='Привязки Python для кроссплатформенного фреймворка Qt 6' homepage='https://www.pyside.org' @@ -106,18 +106,18 @@ package_python3-pyside6() { } files_python3-shiboken6() { - files-find-lib + files-find "./usr/local/lib/**" } files_python3-pyside6-essentials() { - files-find-bin - files-find-lib + files-find "./usr/local/bin/**" + files-find "./usr/local/lib/**" } files_python3-pyside6-addons() { - files-find-lib + files-find "./usr/local/lib/**" } files_python3-pyside6() { - files-find-lib + files-find "./usr/local/lib/**" }