diff --git a/mingw-w64-qt6-webchannel/PKGBUILD b/mingw-w64-qt6-webchannel/PKGBUILD index fa4f817497..e5c388f951 100644 --- a/mingw-w64-qt6-webchannel/PKGBUILD +++ b/mingw-w64-qt6-webchannel/PKGBUILD @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cmake" "rsync") options=('!strip') _pkgfn="${_realname/6-/}-everywhere-src-${_qtver}" -source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz") +source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfn}.tar.xz") sha256sums=('518391ed74b087da3c15058c9c17760204425599ef3ffe61b1b73edc2028c171') build() { @@ -48,8 +48,8 @@ package_qt6-webchannel() { # Seperate debug-info files rsync -armR --remove-source-files --include="*/" --include="*.debug" --exclude="*" --prune-empty-dirs ${pkgdir}/.${MINGW_PREFIX} ${srcdir}/${MSYSTEM}-debug/ - install -d "$pkgdir${MINGW_PREFIX}"/share/licenses/${_realname} - install -Dm644 $_pkgfn/LICENSE* -t "$pkgdir${MINGW_PREFIX}"/share/licenses/${_realname} + install -d "${pkgdir}${MINGW_PREFIX}"/share/licenses/${_realname} + install -Dm644 ${_pkgfn}/LICENSE* -t "${pkgdir}${MINGW_PREFIX}"/share/licenses/${_realname} } package_qt6-webchannel-debug() {