diff options
author | Martchus | 2024-12-03 00:42:44 +0100 |
---|---|---|
committer | Martchus | 2024-12-03 00:42:44 +0100 |
commit | d478aa3c337b03f5d82477cd20397729cce5642e (patch) | |
tree | b1ecf2a16a33515681022eaf7aa0afe4e68bc995 | |
parent | 490ede5cc26cfe8cccff240a3ff5314e034a6f30 (diff) | |
download | aur-d478aa3c337b03f5d82477cd20397729cce5642e.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-- | qtwebview-sha256.txt | 2 |
4 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = android-aarch64-qt6-webview pkgdesc = Provides a way to display web content in a QML application (android) - pkgver = 6.8.0 + pkgver = 6.8.1 pkgrel = 1 url = https://www.qt.io arch = any @@ -17,7 +17,7 @@ pkgbase = android-aarch64-qt6-webview options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.8/6.8.0/submodules/qtwebview-everywhere-src-6.8.0.tar.xz - sha256sums = 7cb89d41593876b176368b15c1cded3d5a3c4fdf7e0a10f0c61021e3e8c179f3 + source = https://download.qt.io/official_releases/qt/6.8/6.8.1/submodules/qtwebview-everywhere-src-6.8.1.tar.xz + sha256sums = f56bc09e9c84fa06f3955871ba37065556696c72be9c7620925eb0fd83569e22 pkgname = android-aarch64-qt6-webview @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-webview -_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="qtwebview-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('7cb89d41593876b176368b15c1cded3d5a3c4fdf7e0a10f0c61021e3e8c179f3') +sha256sums=('f56bc09e9c84fa06f3955871ba37065556696c72be9c7620925eb0fd83569e22') build() { export PATH=/usr/lib/jvm/java-17-openjdk/bin:$PATH diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index dd49f3d5f0ea..57cc53567d1d 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/qtwebview-sha256.txt b/qtwebview-sha256.txt index 030c7e3eba80..a955dc24fb86 100644 --- a/qtwebview-sha256.txt +++ b/qtwebview-sha256.txt @@ -1 +1 @@ -7cb89d41593876b176368b15c1cded3d5a3c4fdf7e0a10f0c61021e3e8c179f3 +f56bc09e9c84fa06f3955871ba37065556696c72be9c7620925eb0fd83569e22 |