shiboken6: depends on clang-libs
This commit is contained in:
@@ -6,7 +6,7 @@ pkgname=(${MINGW_PACKAGE_PREFIX}-shiboken6
|
||||
${MINGW_PACKAGE_PREFIX}-${_realname}
|
||||
${MINGW_PACKAGE_PREFIX}-${_realname}-tools)
|
||||
pkgver=6.5.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Enables the use of Qt6 APIs in Python applications (mingw-w64)"
|
||||
url="https://doc.qt.io/qtforpython/"
|
||||
license=("spdx:LGPL-2.1-or-later")
|
||||
@@ -102,7 +102,7 @@ build() {
|
||||
|
||||
package_shiboken6() {
|
||||
pkgdesc="Generates bindings for C++ libraries using CPython source code (mingw-w64)"
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-clang"
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-clang-libs"
|
||||
"${MINGW_PACKAGE_PREFIX}-qt6-base"
|
||||
"${MINGW_PACKAGE_PREFIX}-libxslt")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user