diff options
author | Martchus | 2024-12-03 00:42:00 +0100 |
---|---|---|
committer | Martchus | 2024-12-03 00:42:00 +0100 |
commit | 1e4230f6084a54da2d48e787aa88a44a02ece8c4 (patch) | |
tree | dcab53edca1c0e7fe937476b1bef4d0f3966ad0b | |
parent | c6107e297300e57000cb51b94b17a70078f5e29e (diff) | |
download | aur-1e4230f6084a54da2d48e787aa88a44a02ece8c4.tar.gz |
Update to 6.8.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | qtquicktimeline-sha256.txt | 2 |
3 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = android-x86-64-qt6-quicktimeline pkgdesc = Qt module for keyframe-based timeline construction (android) - pkgver = 6.8.0 + pkgver = 6.8.1 pkgrel = 1 url = https://www.qt.io arch = any @@ -17,7 +17,7 @@ pkgbase = android-x86-64-qt6-quicktimeline options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.8/6.8.0/submodules/qtquicktimeline-everywhere-src-6.8.0.tar.xz - sha256sums = 1106a41bd8081903058a47a2bca3a147d594d15cc21006aa45f38c6e1dd91f08 + source = https://download.qt.io/official_releases/qt/6.8/6.8.1/submodules/qtquicktimeline-everywhere-src-6.8.1.tar.xz + sha256sums = fdbc198e27fd7bce0801fb3cfa336e81932607e6a36c97ae8394880eedfe12a3 pkgname = android-x86-64-qt6-quicktimeline @@ -5,7 +5,7 @@ _android_arch=x86-64 pkgname=android-$_android_arch-qt6-quicktimeline -_qtver=6.8.0 +_qtver=6.8.1 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -18,7 +18,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(android-${_android_arch}-qt6) _pkgfqn="qtquicktimeline-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('1106a41bd8081903058a47a2bca3a147d594d15cc21006aa45f38c6e1dd91f08') +sha256sums=('fdbc198e27fd7bce0801fb3cfa336e81932607e6a36c97ae8394880eedfe12a3') build() { export PATH=/usr/lib/jvm/java-17-openjdk/bin:$PATH diff --git a/qtquicktimeline-sha256.txt b/qtquicktimeline-sha256.txt index 0f0e800bfc74..41f93dba9b1f 100644 --- a/qtquicktimeline-sha256.txt +++ b/qtquicktimeline-sha256.txt @@ -1 +1 @@ -1106a41bd8081903058a47a2bca3a147d594d15cc21006aa45f38c6e1dd91f08 +fdbc198e27fd7bce0801fb3cfa336e81932607e6a36c97ae8394880eedfe12a3 |