summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2019-06-18 00:27:22 -0300
committerGonzalo Exequiel Pedone2019-06-18 00:27:22 -0300
commitda346ca99ce0cdfb3f0e02a11ad7351856b3b56d (patch)
treec70348704ee8bfb649a667f23803466616ca0a0e /PKGBUILD
parentc6cc645ba5755eb52fc481d92ed36d1262bee7e1 (diff)
downloadaur-da346ca99ce0cdfb3f0e02a11ad7351856b3b56d.tar.gz
Package updated to Qt 5.12.4.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70fc75ae2d7c..ab551b8a81db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ _android_arch=x86
source android-env ${_android_arch}
pkgname=android-${_android_arch}-qt5
-pkgver=5.12.3
-pkgrel=4
+pkgver=5.12.4
+pkgrel=1
pkgdesc="Qt 5 for Android"
arch=('any')
url='https://www.qt.io'
@@ -60,9 +60,9 @@ install="${pkgname}.install"
source=("http://download.qt-project.org/official_releases/qt/${pkgver:0:4}/${pkgver}/single/${_pkgfqn}.tar.xz"
"0001-Fix-clang-build.patch"
"0002-Disable-mapbox.patch")
-md5sums=('38017e0ed88b9baba063bd723d9ca8b2'
- '6bba1ddffbf1d3ce0c4887ce8b8b1fc4'
- '20d8bdd24102e9011b561b7361394728')
+md5sums=('dda95b0239d13c5276834177af3a8588'
+ 'SKIP'
+ 'SKIP')
prepare() {
cd ${_pkgfqn}