summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-10-16 19:36:32 +0200
committerMartchus2017-10-16 19:36:32 +0200
commitb299dd73be404efc69d5cd3152cfa5c011f7690c (patch)
tree0e47199678ca160551ead48ea6a507da8bd2d1dd
parent72572a8da3d21a8123639506ae9afa0567eebecf (diff)
downloadaur-b299dd73be404efc69d5cd3152cfa5c011f7690c.tar.gz
Update to 5.9.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a46da0e52c9..029c5c2e3daa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jul 6 21:13:17 UTC 2017
+# Mon Oct 16 17:36:32 UTC 2017
pkgbase = mingw-w64-qt5-virtualkeyboard
pkgdesc = Virtual keyboard framework (translations, mingw-w64)
- pkgver = 5.9.1
+ pkgver = 5.9.2
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -17,8 +17,8 @@ pkgbase = mingw-w64-qt5-virtualkeyboard
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.9/5.9.1/submodules/qtvirtualkeyboard-opensource-src-5.9.1.tar.xz
- sha256sums = 6b746a6dc3ab54edf3007d0f6a2f8f31281aed03629830f59acfbc8514d6e94c
+ source = https://download.qt.io/official_releases/qt/5.9/5.9.2/submodules/qtvirtualkeyboard-opensource-src-5.9.2.tar.xz
+ sha256sums = e836ca0348b21df28635e541713726444abed7b53a0acf3358cc90532e64c6fc
pkgname = mingw-w64-qt5-virtualkeyboard
diff --git a/PKGBUILD b/PKGBUILD
index a9208793027e..301413a77f0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtvirtualkeyboard
pkgname="mingw-w64-qt5-virtualkeyboard"
-pkgver=5.9.1
+pkgver=5.9.2
pkgrel=1
arch=('any')
pkgdesc="Virtual keyboard framework (translations, mingw-w64)"
@@ -22,7 +22,7 @@ license=('GPL3')
url='https://www.qt.io/'
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('6b746a6dc3ab54edf3007d0f6a2f8f31281aed03629830f59acfbc8514d6e94c')
+sha256sums=('e836ca0348b21df28635e541713726444abed7b53a0acf3358cc90532e64c6fc')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \