summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-10-16 19:36:29 +0200
committerMartchus2017-10-16 19:36:29 +0200
commit5807ad6f83ccf05f8e21a3f4ea12257e71f2304f (patch)
treedf611dfeae46c4752d7a7f731eeea12ae68ed305
parentdd80655d408f51684093e23877aac9cf8e58d334 (diff)
downloadaur-5807ad6f83ccf05f8e21a3f4ea12257e71f2304f.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 3c17f70783d9..0598c7b80960 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jul 6 21:13:12 UTC 2017
+# Mon Oct 16 17:36:29 UTC 2017
pkgbase = mingw-w64-qt5-translations
pkgdesc = A cross-platform application and UI framework (translations, mingw-w64)
- pkgver = 5.9.1
+ pkgver = 5.9.2
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -18,8 +18,8 @@ pkgbase = mingw-w64-qt5-translations
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.9/5.9.1/submodules/qttranslations-opensource-src-5.9.1.tar.xz
- sha256sums = 4a12528a14ed77f31672bd7469cad30624e7b672f241b8f19ad59510298eb269
+ source = https://download.qt.io/official_releases/qt/5.9/5.9.2/submodules/qttranslations-opensource-src-5.9.2.tar.xz
+ sha256sums = 5df16ddf9da0f42a3040aef2a92ad7da67381e2e4c132632fddf3a7a8026d12f
pkgname = mingw-w64-qt5-translations
diff --git a/PKGBUILD b/PKGBUILD
index 06344a7dd548..f9d1dbdbc066 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qttranslations
pkgname="mingw-w64-qt5-translations"
-pkgver=5.9.1
+pkgver=5.9.2
pkgrel=1
arch=('any')
pkgdesc="A cross-platform application and UI framework (translations, mingw-w64)"
@@ -21,7 +21,7 @@ license=('GPL3' 'LGPL3' 'FDL' 'custom')
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=('4a12528a14ed77f31672bd7469cad30624e7b672f241b8f19ad59510298eb269')
+sha256sums=('5df16ddf9da0f42a3040aef2a92ad7da67381e2e4c132632fddf3a7a8026d12f')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'