diff options
author | Martchus | 2024-03-31 14:15:31 +0200 |
---|---|---|
committer | Martchus | 2024-03-31 14:15:31 +0200 |
commit | 80569e9df3314caf99377fa47a8c712d8edc562c (patch) | |
tree | 179ece5eccc341028f91a8a10208237f2c14869b | |
parent | 6a5c7fd054b4f2b0539e96ccbfe4a05c27a1999f (diff) | |
download | aur-80569e9df3314caf99377fa47a8c712d8edc562c.tar.gz |
Update to 6.6.3
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | 0001-Exclude-qmltime-when-cross-compiling.patch | 4 | ||||
-rw-r--r-- | PKGBUILD | 6 | ||||
-rw-r--r-- | PKGBUILD.sh.ep | 2 | ||||
-rw-r--r-- | qtdeclarative-sha256.txt | 2 |
5 files changed, 11 insertions, 11 deletions
@@ -1,6 +1,6 @@ pkgbase = android-aarch64-qt6-declarative pkgdesc = Classes for QML and JavaScript languages (android) - pkgver = 6.6.2 + pkgver = 6.6.3 pkgrel = 1 url = https://www.qt.io arch = any @@ -24,9 +24,9 @@ pkgbase = android-aarch64-qt6-declarative options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.6/6.6.2/submodules/qtdeclarative-everywhere-src-6.6.2.tar.xz + source = https://download.qt.io/official_releases/qt/6.6/6.6.3/submodules/qtdeclarative-everywhere-src-6.6.3.tar.xz source = 0001-Exclude-qmltime-when-cross-compiling.patch - sha256sums = c39ce9a7c4468f7399c9ced0fbe6ef9c8d6550efc4b893297aa3cfb965b3d84c - sha256sums = df9a596ff2773b66ca77462fe495fcd0a9e3e441e5ea3ae580d5340adecf536c + sha256sums = 05207b2cfcf2ca74321165e81fc382ca289340d52de74ca2bad4c2b124a792f3 + sha256sums = e12a6de49432cb4c37a26e12e3a533f56f34ec8822986fd3a648e4c0036fb7e7 pkgname = android-aarch64-qt6-declarative diff --git a/0001-Exclude-qmltime-when-cross-compiling.patch b/0001-Exclude-qmltime-when-cross-compiling.patch index 5a81696f0c00..74b16e3717b7 100644 --- a/0001-Exclude-qmltime-when-cross-compiling.patch +++ b/0001-Exclude-qmltime-when-cross-compiling.patch @@ -1,4 +1,4 @@ -From 5cf0ff8aafd77691530680b38f4808ade5359cd0 Mon Sep 17 00:00:00 2001 +From a5ece21690ba2114e6ca93ebe2673a59651a2b3e Mon Sep 17 00:00:00 2001 From: Martchus <martchus@gmx.net> Date: Fri, 5 Feb 2021 02:22:45 +0100 Subject: [PATCH] Exclude qmltime when cross compiling @@ -29,5 +29,5 @@ index b86d3251a3..2c60ac3352 100644 if(QT_BUILD_SHARED_LIBS AND QT_FEATURE_process -- -2.43.0 +2.44.0 @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-declarative -_qtver=6.6.2 +_qtver=6.6.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -23,8 +23,8 @@ groups=(android-${_android_arch}-qt6) _pkgfqn="qtdeclarative-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" '0001-Exclude-qmltime-when-cross-compiling.patch') -sha256sums=('c39ce9a7c4468f7399c9ced0fbe6ef9c8d6550efc4b893297aa3cfb965b3d84c' - 'df9a596ff2773b66ca77462fe495fcd0a9e3e441e5ea3ae580d5340adecf536c') +sha256sums=('05207b2cfcf2ca74321165e81fc382ca289340d52de74ca2bad4c2b124a792f3' + 'e12a6de49432cb4c37a26e12e3a533f56f34ec8822986fd3a648e4c0036fb7e7') prepare () { cd $_pkgfqn diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index 8fc39566bf94..2eff5a6acc73 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module', has_binaries => 1; \ -_qtver=6.6.2 +_qtver=6.6.3 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qtdeclarative-sha256.txt b/qtdeclarative-sha256.txt index 8a7fc77d4ad5..feda31621393 100644 --- a/qtdeclarative-sha256.txt +++ b/qtdeclarative-sha256.txt @@ -1 +1 @@ -c39ce9a7c4468f7399c9ced0fbe6ef9c8d6550efc4b893297aa3cfb965b3d84c +05207b2cfcf2ca74321165e81fc382ca289340d52de74ca2bad4c2b124a792f3 |