diff options
author | Martchus | 2024-12-03 00:42:20 +0100 |
---|---|---|
committer | Martchus | 2024-12-03 00:42:20 +0100 |
commit | 3b62bc0b07f92b1f4cdd25d4423cc047dfbb58da (patch) | |
tree | 3b62c8b7f74f672b1ec762ade654d9adfd1aaa76 | |
parent | 0f172b1592890d2f1a003f5ed578a9f7be52558b (diff) | |
download | aur-3b62bc0b07f92b1f4cdd25d4423cc047dfbb58da.tar.gz |
Update to 6.8.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | PKGBUILD.sh.ep | 2 | ||||
-rw-r--r-- | qtscxml-sha256.txt | 2 |
4 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = android-aarch64-qt6-scxml pkgdesc = Static and runtime integration of SCXML models into Qt6 code (android) - pkgver = 6.8.0 + pkgver = 6.8.1 pkgrel = 1 url = https://www.qt.io arch = any @@ -20,7 +20,7 @@ pkgbase = android-aarch64-qt6-scxml options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.8/6.8.0/submodules/qtscxml-everywhere-src-6.8.0.tar.xz - sha256sums = bba9aa4ef441b01b2d391486ddccfb09efa378c8a24e6d13e983fc019837b43b + source = https://download.qt.io/official_releases/qt/6.8/6.8.1/submodules/qtscxml-everywhere-src-6.8.1.tar.xz + sha256sums = 2f406f44cfacd6eddb90468012a5d1d99d7a64ec05a21a2a7eda9dfc12614fd6 pkgname = android-aarch64-qt6-scxml @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-scxml -_qtver=6.8.0 +_qtver=6.8.1 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -19,7 +19,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(android-${_android_arch}-qt6) _pkgfqn="qtscxml-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('bba9aa4ef441b01b2d391486ddccfb09efa378c8a24e6d13e983fc019837b43b') +sha256sums=('2f406f44cfacd6eddb90468012a5d1d99d7a64ec05a21a2a7eda9dfc12614fd6') build() { export PATH=/usr/lib/jvm/java-17-openjdk/bin:$PATH diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index 251d077660eb..8b661ff2278a 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'android-qt6-module'; \ -_qtver=6.8.0 +_qtver=6.8.1 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qtscxml-sha256.txt b/qtscxml-sha256.txt index d14798160eea..504360709566 100644 --- a/qtscxml-sha256.txt +++ b/qtscxml-sha256.txt @@ -1 +1 @@ -bba9aa4ef441b01b2d391486ddccfb09efa378c8a24e6d13e983fc019837b43b +2f406f44cfacd6eddb90468012a5d1d99d7a64ec05a21a2a7eda9dfc12614fd6 |