diff options
author | Martchus | 2025-04-03 22:29:50 +0200 |
---|---|---|
committer | Martchus | 2025-04-03 22:29:50 +0200 |
commit | 9600ffaf9c278ea5c47c6d2154644777fdb95ea3 (patch) | |
tree | 2d60caa445382caf25e0204d116f0e267201b41e | |
parent | 77b20a70e03dfbc2e5c35e7355dd1ade8a2b3f21 (diff) | |
download | aur-9600ffaf9c278ea5c47c6d2154644777fdb95ea3.tar.gz |
Update to 6.9.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | PKGBUILD.sh.ep | 2 | ||||
-rw-r--r-- | qtquicktimeline-sha256.txt | 2 |
4 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-qt6-quicktimeline pkgdesc = Qt module for keyframe-based timeline construction (mingw-w64) - pkgver = 6.8.2 + pkgver = 6.9.0 pkgrel = 1 url = https://www.qt.io arch = any @@ -19,7 +19,7 @@ pkgbase = mingw-w64-qt6-quicktimeline options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.8/6.8.2/submodules/qtquicktimeline-everywhere-src-6.8.2.tar.xz - sha256sums = c33dbceed9fabb3d7f6731a68aee602bad5a04bb6f0a473792e61858c0bc1aaa + source = https://download.qt.io/official_releases/qt/6.9/6.9.0/submodules/qtquicktimeline-everywhere-src-6.9.0.tar.xz + sha256sums = 339f2cdd0b731615a215534799ed865e222fc797f431ad4a6677a6d5c862e648 pkgname = mingw-w64-qt6-quicktimeline @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-quicktimeline -_qtver=6.8.2 +_qtver=6.9.0 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtquicktimeline-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('c33dbceed9fabb3d7f6731a68aee602bad5a04bb6f0a473792e61858c0bc1aaa') +sha256sums=('339f2cdd0b731615a215534799ed865e222fc797f431ad4a6677a6d5c862e648') _architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32} diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index d4cf575d0e87..9c018847777c 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.8.2 +_qtver=6.9.0 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qtquicktimeline-sha256.txt b/qtquicktimeline-sha256.txt index 8d9ebbc87a44..91fbd94054b8 100644 --- a/qtquicktimeline-sha256.txt +++ b/qtquicktimeline-sha256.txt @@ -1 +1 @@ -c33dbceed9fabb3d7f6731a68aee602bad5a04bb6f0a473792e61858c0bc1aaa +339f2cdd0b731615a215534799ed865e222fc797f431ad4a6677a6d5c862e648 |