diff options
author | Martchus | 2024-12-03 00:42:12 +0100 |
---|---|---|
committer | Martchus | 2024-12-03 00:42:12 +0100 |
commit | b65c0811d72376efad0a323f533a5ddc461cecec (patch) | |
tree | fdb031c3a2e065d9dfc4a1278a6860079003ed4c /PKGBUILD | |
parent | 5b4cc49542c8df75b1d0f94d101988f61de1c340 (diff) | |
download | aur-b65c0811d72376efad0a323f533a5ddc461cecec.tar.gz |
Update to 6.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ _android_arch=armv7a-eabi pkgname=android-$_android_arch-qt6-networkauth -_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="qtnetworkauth-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('b95d566544c6b35d895be39473fef51985b04df2f16008de54660966ae80cc48') +sha256sums=('118664ba929c5fbbdf822438bd69bd43674cfee82e504e143da600fe47c74024') build() { export PATH=/usr/lib/jvm/java-17-openjdk/bin:$PATH |