summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2019-04-06 01:13:36 -0300
committerGonzalo Exequiel Pedone2019-04-06 01:13:36 -0300
commit612266cd03fdf21f81ecaac481448d91f0eb5b75 (patch)
treec51ba94d15bd0774043ec2e3a505482831890f6a /PKGBUILD
parentf1986da4722a8a82cf407a734e9baf60e8f8eff5 (diff)
downloadaur-612266cd03fdf21f81ecaac481448d91f0eb5b75.tar.gz
Fixed pkg-config support.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c4ddbd40f78..c0a09ff9716c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ source android-env.sh ${_android_arch}
pkgname=android-${_android_arch}-qt5
pkgver=5.12.2
-pkgrel=2
+pkgrel=3
pkgdesc="Qt 5 for Android"
arch=('x86_64')
url='https://www.qt.io'
@@ -61,7 +61,7 @@ source=("http://download.qt-project.org/official_releases/qt/${pkgver:0:4}/${pkg
"0001-Fix-clang-build.patch"
"0002-Disable-mapbox.patch")
md5sums=('99c2eb46e533371798b4ca2d1458e065'
- 'ba4ff94ed5a0aa9746396cb0af6f0865'
+ '0b19ddef193baddb656d3170635e6de6'
'20d8bdd24102e9011b561b7361394728')
prepare() {