summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2019-06-18 00:26:22 -0300
committerGonzalo Exequiel Pedone2019-06-18 00:26:22 -0300
commita013b9209903ea2f5a6b18126fa3ab72a02ba3cb (patch)
tree74bace12377ee14de5890be3714bd029f992ea54 /PKGBUILD
parent7731a89863af06a68ef6e6fbeba6768f5a3680c5 (diff)
downloadaur-a013b9209903ea2f5a6b18126fa3ab72a02ba3cb.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 5604c6fd4769..9baee4ef56bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ _android_arch=aarch64
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}