Revert android-*-qt5 to 5.13.1

Qt 5.13 was the last good minor Qt release where the generation of CMake
files still works when targeting Android. This is likely going to be fixed
in Qt 6 so just keep using Qt 5.13.1 for now. Updating to Qt 5.13.2 is
likely not worth it.
This commit is contained in:
Martchus 2020-06-14 17:40:26 +02:00
parent a2b48a4895
commit 18443d861e
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ _android_arch=arm64-v8a
_android_platform=22
pkgname=android-$_pkg_arch-qt5
pkgver=5.14.2
pkgver=5.13.1
pkgrel=1
pkgdesc="Qt 5 for Android"
arch=('x86_64')

View File

@ -10,7 +10,7 @@ _android_arch=armeabi-v7a
_android_platform=21
pkgname=android-$_pkg_arch-qt5
pkgver=5.14.2
pkgver=5.13.1
pkgrel=1
pkgdesc="Qt 5 for Android"
arch=('x86_64')

View File

@ -10,7 +10,7 @@ _android_arch=x86_64
_android_platform=22
pkgname=android-$_pkg_arch-qt5
pkgver=5.14.2
pkgver=5.13.1
pkgrel=1
pkgdesc="Qt 5 for Android"
arch=('x86_64')