Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-doc
Commits:
ff0903ac by Antonio Rojas at 2024-09-27T18:34:58+02:00
upgpkg: 6.7.3-1: Qt 6.7.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,5 +1,5 @@
pkgbase = qt6-doc
- pkgver = 6.7.2
+ pkgver = 6.7.3
pkgrel = 1
url = https://www.qt.io
arch = any
@@ -29,8 +29,8 @@ pkgbase = qt6-doc
makedepends = qt6-tools
makedepends = unixodbc
makedepends = vulkan-headers
- source =
https://download.qt.io/official_releases/qt/6.7/6.7.2/single/qt-everywhere-src-6.7.2.tar.xz
- sha256sums =
0aaea247db870193c260e8453ae692ca12abc1bd841faa1a6e6c99459968ca8a
+ source =
https://download.qt.io/official_releases/qt/6.7/6.7.3/single/qt-everywhere-src-6.7.3.tar.xz
+ sha256sums =
a3f1d257cbb14c6536585ffccf7c203ce7017418e1a0c2ed7c316c20c729c801
pkgname = qt6-doc
pkgdesc = A cross-platform application and UI framework (Documentation)
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgbase=qt6-doc
pkgname=(qt6-doc qt6-examples)
-pkgver=6.7.2
+pkgver=6.7.3
pkgrel=1
arch=('any')
url='https://www.qt.io'
@@ -33,7 +33,7 @@ makedepends=(alsa-lib
groups=(qt6)
_pkgfn=qt-everywhere-src-$pkgver
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver/-/}/single/$_pkgfn.tar.xz)
-sha256sums=('0aaea247db870193c260e8453ae692ca12abc1bd841faa1a6e6c99459968ca8a')
+sha256sums=('a3f1d257cbb14c6536585ffccf7c203ce7017418e1a0c2ed7c316c20c729c801')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-doc/-/commit/ff0903acfb9921f6c0ccbaff46afd90517f8cb46
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-doc/-/commit/ff0903acfb9921f6c0ccbaff46afd90517f8cb46
You're receiving this email because of your account on gitlab.archlinux.org.