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/**" }