Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-scxml
Commits:
995514c0 by Antonio Rojas at 2024-09-27T18:36:17+02:00
upgpkg: 6.7.3-1: Qt 6.7.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-scxml
pkgdesc = Static and runtime integration of SCXML models into Qt6 code
- pkgver = 6.7.2
+ pkgver = 6.7.3
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = qt6-scxml
depends = glibc
depends = qt6-base
optdepends = qt6-declarative: QML bindings
- source = git+https://code.qt.io/qt/qtscxml#tag=v6.7.2
- sha256sums =
f74a55eb0f7ae05daa211782815d430ea2390491794c2c8238880df507d01336
+ source = git+https://code.qt.io/qt/qtscxml#tag=v6.7.3
+ sha256sums =
1cd74a62a313c6db0a593f566d525c5523453954e76f24d23a686ae5af2aa585
pkgname = qt6-scxml
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-scxml
-pkgver=6.7.2
+pkgver=6.7.3
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
@@ -19,7 +19,7 @@ optdepends=('qt6-declarative: QML bindings')
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver)
-sha256sums=('f74a55eb0f7ae05daa211782815d430ea2390491794c2c8238880df507d01336')
+sha256sums=('1cd74a62a313c6db0a593f566d525c5523453954e76f24d23a686ae5af2aa585')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-scxml/-/commit/995514c0b2b08c62bf90b5c21b7f3b13c89a1b94
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-scxml/-/commit/995514c0b2b08c62bf90b5c21b7f3b13c89a1b94
You're receiving this email because of your account on gitlab.archlinux.org.