diff options
author | Martchus | 2024-06-22 21:06:28 +0200 |
---|---|---|
committer | Martchus | 2024-06-22 21:06:28 +0200 |
commit | b586a5c347559310462a3216ceea2f3658851c9b (patch) | |
tree | 86f578c0fda01ea341fd65e505d6ee71e0b38d2a | |
parent | 8ab4c93c4c68fc7c0043527dace2ba1faed9c425 (diff) | |
download | aur-b586a5c347559310462a3216ceea2f3658851c9b.tar.gz |
Update to 6.7.2
-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.7.1 + pkgver = 6.7.2 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.7/6.7.1/submodules/qtquicktimeline-everywhere-src-6.7.1.tar.xz - sha256sums = 2d79204d87b7a13cb0154f1ab705afcd1f8c668c0a03e0694205141f54725744 + source = https://download.qt.io/official_releases/qt/6.7/6.7.2/submodules/qtquicktimeline-everywhere-src-6.7.2.tar.xz + sha256sums = 21eddea01cf095cede10362eea4fb8402ffd06868c88d50a757c8c1f6b0719eb 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.7.1 +_qtver=6.7.2 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=('2d79204d87b7a13cb0154f1ab705afcd1f8c668c0a03e0694205141f54725744') +sha256sums=('21eddea01cf095cede10362eea4fb8402ffd06868c88d50a757c8c1f6b0719eb') _architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32} diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index 9a0d0cf3663c..f6b16e2857a4 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.7.1 +_qtver=6.7.2 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qtquicktimeline-sha256.txt b/qtquicktimeline-sha256.txt index c9a8bb30acbc..8c0133257399 100644 --- a/qtquicktimeline-sha256.txt +++ b/qtquicktimeline-sha256.txt @@ -1 +1 @@ -2d79204d87b7a13cb0154f1ab705afcd1f8c668c0a03e0694205141f54725744 +21eddea01cf095cede10362eea4fb8402ffd06868c88d50a757c8c1f6b0719eb |