-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Luciogi
committed
Dec 9, 2023
1 parent
ccd33cf
commit 95b8646
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Template file for 'qt5-doc' | ||
pkgname=qt5-doc | ||
version=5.15.7 | ||
version=5.15.11 | ||
revision=1 | ||
hostmakedepends="clang perl pkg-config qt5-devel qt5-plugin-sqlite qt5-tools which python3" | ||
makedepends="qt5-tools-devel gperf nss" | ||
|
@@ -9,8 +9,8 @@ short_desc="Cross-platform application and UI framework (QT5) - Documentation" | |
maintainer="Orphaned <[email protected]>" | ||
license="GFDL-1.3-only" | ||
homepage="https://qt.io/" | ||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/single/qt-everywhere-opensource-src-${version}.tar.xz" | ||
checksum=8a71986676a3f37a198a9113acedbfd5bc5606a459b6b85816d951458adbe9a0 | ||
distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/single/qt-everywhere-opensource-src-${version}.tar.xz" | ||
checksum=7426b1eaab52ed169ce53804bdd05dfe364f761468f888a0f15a308dc1dc2951 | ||
|
||
post_extract() { | ||
rm -rf qttools/{bin,plugins} | ||
|