Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-imageformats
Commits:
e3f00d8b by Antonio Rojas at 2025-03-26T19:37:44+01:00
upgpkg: 6.8.3-1: Qt 6.8.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-imageformats
pkgdesc = Plugins for additional image formats: TIFF, MNG, TGA, WBMP
- pkgver = 6.8.2
+ pkgver = 6.8.3
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = qt6-imageformats
depends = libtiff
depends = libwebp
depends = qt6-base
- source = git+https://code.qt.io/qt/qtimageformats#tag=v6.8.2
- sha256sums =
cff86aa5220af7f19fccca9061a9fea91a18728384d972ed725ea307c3d4cb33
+ source = git+https://code.qt.io/qt/qtimageformats#tag=v6.8.3
+ sha256sums =
4ca4ecb008da42f355020bab18e02494f903dbde08365876e0889064ce4a6dbe
pkgname = qt6-imageformats
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=qt6-imageformats
-_pkgver=6.8.2
+_pkgver=6.8.3
pkgver=${_pkgver/-/}
pkgrel=1
arch=(x86_64)
@@ -26,7 +26,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
-sha256sums=('cff86aa5220af7f19fccca9061a9fea91a18728384d972ed725ea307c3d4cb33')
+sha256sums=('4ca4ecb008da42f355020bab18e02494f903dbde08365876e0889064ce4a6dbe')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-imageformats/-/commit/e3f00d8b9943dbd06c89e2ba8828dda339d142ec
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-imageformats/-/commit/e3f00d8b9943dbd06c89e2ba8828dda339d142ec
You're receiving this email because of your account on gitlab.archlinux.org.