diff --git a/dev-qt/qt6-doc/qt6_doc-6.4.0.recipe b/dev-qt/qt6-doc/qt6_doc-6.5.0.recipe similarity index 82% rename from dev-qt/qt6-doc/qt6_doc-6.4.0.recipe rename to dev-qt/qt6-doc/qt6_doc-6.5.0.recipe index 45f16bc91..635a37801 100644 --- a/dev-qt/qt6-doc/qt6_doc-6.4.0.recipe +++ b/dev-qt/qt6-doc/qt6_doc-6.5.0.recipe @@ -4,13 +4,13 @@ used for developing software with a graphical user interface, and also used \ for developing non-GUI programs such as command-line tools and consoles for \ servers." HOMEPAGE="https://qt.io/" -COPYRIGHT="2015-2022 The Qt Company Ltd." +COPYRIGHT="2015-2023 The Qt Company Ltd." LICENSE="GNU LGPL v2.1 GNU LGPL v3 GNU FDL v1" REVISION="1" -SOURCE_URI="https://archlinux.thaller.ws/extra/os/x86_64/qt6-doc-$portVersion-1-any.pkg.tar.zst#noarchive" -CHECKSUM_SHA256="0d8120ae98f6b7a3f2e56a9e6524f2785061bee97bbdacd8cdfcf6742e301338" +SOURCE_URI="https://archlinux.thaller.ws/extra/os/x86_64/qt6-doc-${portVersion}-1-any.pkg.tar.zst#noarchive" +CHECKSUM_SHA256="3330a539b0fff1d0bb460ca2cc6ed43e7624eb676281df6eb643c076acef9ea7" SOURCE_DIR="qt6-doc-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -46,5 +46,5 @@ INSTALL() tar -C $prefix/documentation/packages/qt6_base \ -I zstd \ --strip-components 4 \ - -xvf qt6-doc-$portVersion-1-any.pkg.tar.zst + -xvf qt6-doc-${portVersion}-1-any.pkg.tar.zst }