Ports: Update URL for qt6-qt5compat

They moved the file from `official_releases` to `archive` :^)
This commit is contained in:
Jelle Raaijmakers 2024-02-04 22:25:18 +01:00 committed by Andreas Kling
parent f5fd912d6d
commit 6b08b43a1e
Notes: sideshowbarker 2024-07-17 00:49:59 +09:00

View File

@ -4,7 +4,7 @@ version='6.4.0'
workdir="qt5compat-everywhere-src-${version}"
useconfigure='true'
files=(
"https://download.qt.io/official_releases/qt/$(cut -d. -f1,2 <<< ${version})/${version}/submodules/qt5compat-everywhere-src-${version}.tar.xz#73475d0837f78246d509199f211a35c71fc36cccf64b3de258ebc6387194a4c0"
"https://download.qt.io/archive/qt/$(cut -d. -f1,2 <<< ${version})/${version}/submodules/qt5compat-everywhere-src-${version}.tar.xz#73475d0837f78246d509199f211a35c71fc36cccf64b3de258ebc6387194a4c0"
)
depends=(
'qt6-qtbase'