summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2024-12-03 00:42:41 +0100
committerMartchus2024-12-03 00:42:41 +0100
commit978cd5cfd148428671b43ee18a6991f2ad577e6a (patch)
tree7b299de2746883f8ddf5816c90ff85e6244b7d2b /PKGBUILD
parent46e91dc29351e877916281f71240a9d536286364 (diff)
downloadaur-978cd5cfd148428671b43ee18a6991f2ad577e6a.tar.gz
Update to 6.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f994027ea32..7648d5753c7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_android_arch=x86-64
pkgname=android-$_android_arch-qt6-positioning
-_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="qtpositioning-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('ec81463e2b01475911131b11c96d312ffd7aa90d4482bbd6a9965b189e7eeb39')
+sha256sums=('e310e7232591d4beb1785bfff8ff3e77430bdf5e9a17f56694b732f5267df78d')
build() {
export PATH=/usr/lib/jvm/java-17-openjdk/bin:$PATH