summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu2016-05-15 19:28:06 +1000
committerJonathan Liu2016-05-15 19:28:06 +1000
commit14077460a7813f0c0fc41b51c3249cadb845f2d7 (patch)
treed040acb549e58bdb663d72198ff9fb27858e31df
parentb0f9d9ce0ff83070be4e28e31e9c6d8f703720dd (diff)
downloadaur-14077460a7813f0c0fc41b51c3249cadb845f2d7.tar.gz
Update to 5.8.0.r359.9bb0f7c-1
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc9ebb1d1f55..03b25b0a405a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Liu <net147@gmail.com>
_pkgname=qt5-virtualkeyboard
pkgname=$_pkgname-git
-pkgver=2.0.r332.bfd9b67
+pkgver=5.8.0.r359.9bb0f7c
pkgrel=1
pkgdesc="Virtual keyboard for Qt"
arch=('i686' 'x86_64')
@@ -21,6 +21,7 @@ pkgver() {
}
prepare() {
+ find . -name '*.cpp' -exec sed -i 's/for (\(.*\) : qAsConst(\([^)]*\)))/foreach (\1, \2)/' {} +
mkdir -p build
}