diff options
author | Martchus | 2021-06-10 15:42:44 +0200 |
---|---|---|
committer | Martchus | 2021-06-10 15:42:44 +0200 |
commit | abe7bbc49b1807d2b00486ba33a09fbd6501f1ae (patch) | |
tree | f281afbfce05f0296ce50c0faf9a22c610e1d86b | |
parent | b1915155717ee4ee45052d8b7a0de5e5eedb32ca (diff) | |
download | aur-abe7bbc49b1807d2b00486ba33a09fbd6501f1ae.tar.gz |
Update to 6.1.1
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | PKGBUILD.sh.ep | 2 | ||||
-rw-r--r-- | qtquicktimeline-sha256.txt | 2 |
4 files changed, 7 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-qt6-quicktimeline pkgdesc = Qt module for keyframe-based timeline construction (mingw-w64) - pkgver = 6.1.0 + pkgver = 6.1.1 pkgrel = 1 url = https://www.qt.io arch = any @@ -19,8 +19,7 @@ pkgbase = mingw-w64-qt6-quicktimeline options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.1/6.1.0/submodules/qtquicktimeline-everywhere-src-6.1.0.tar.xz - sha256sums = ae7421d5ae692ef7fda5a1be88dcb542c7f3531ad6264ceaea9d870605b6953e + source = https://download.qt.io/official_releases/qt/6.1/6.1.1/submodules/qtquicktimeline-everywhere-src-6.1.1.tar.xz + sha256sums = 40fb664eadf295001d2c49c333032406b6f45f14acddee7e72b8d6c5ea26a6a2 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.1.0 +_qtver=6.1.1 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=('ae7421d5ae692ef7fda5a1be88dcb542c7f3531ad6264ceaea9d870605b6953e') +sha256sums=('40fb664eadf295001d2c49c333032406b6f45f14acddee7e72b8d6c5ea26a6a2') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index cd6440330fec..25c69c06d71d 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.1.0 +_qtver=6.1.1 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qtquicktimeline-sha256.txt b/qtquicktimeline-sha256.txt index 6c33d5c1f45f..2084e3facf0c 100644 --- a/qtquicktimeline-sha256.txt +++ b/qtquicktimeline-sha256.txt @@ -1 +1 @@ -ae7421d5ae692ef7fda5a1be88dcb542c7f3531ad6264ceaea9d870605b6953e +40fb664eadf295001d2c49c333032406b6f45f14acddee7e72b8d6c5ea26a6a2 |