qt6_doc: bump version

This commit is contained in:
Gerasim Troeglazov
2023-05-14 19:20:47 +10:00
parent 9812e7007c
commit 4ad6910a0c

View File

@@ -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
}