diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | PKGBUILD.sh.ep | 2 | ||||
-rw-r--r-- | qtsvg-sha256.txt | 2 |
4 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = android-aarch64-qt6-svg pkgdesc = Classes for displaying the contents of SVG files (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-svg options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.8/6.8.0/submodules/qtsvg-everywhere-src-6.8.0.tar.xz - sha256sums = cf7a593d5e520f8177240610d9e55d5b75b0887fe5f385554ff64377f1646199 + source = https://download.qt.io/official_releases/qt/6.8/6.8.1/submodules/qtsvg-everywhere-src-6.8.1.tar.xz + sha256sums = 3d0de73596e36b2daa7c48d77c4426bb091752856912fba720215f756c560dd0 pkgname = android-aarch64-qt6-svg @@ -5,7 +5,7 @@ _android_arch=aarch64 pkgname=android-$_android_arch-qt6-svg -_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="qtsvg-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('cf7a593d5e520f8177240610d9e55d5b75b0887fe5f385554ff64377f1646199') +sha256sums=('3d0de73596e36b2daa7c48d77c4426bb091752856912fba720215f756c560dd0') build() { export PATH=/usr/lib/jvm/java-17-openjdk/bin:$PATH diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index 104e247cd30a..a9d484e6b383 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/qtsvg-sha256.txt b/qtsvg-sha256.txt index 65260a79406d..0b2597f4d7ef 100644 --- a/qtsvg-sha256.txt +++ b/qtsvg-sha256.txt @@ -1 +1 @@ -cf7a593d5e520f8177240610d9e55d5b75b0887fe5f385554ff64377f1646199 +3d0de73596e36b2daa7c48d77c4426bb091752856912fba720215f756c560dd0 |