summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-11-09 23:11:28 +0100
committerMartchus2019-11-09 23:11:28 +0100
commit80cd1d90fb3adfef446174ed5b410acd56eefeac (patch)
tree32769e1895f141b678b996adc55ba6ff4d3b5222
parented8cd7e43606c83409c9678f8477cdff0edfdcda (diff)
downloadaur-80cd1d90fb3adfef446174ed5b410acd56eefeac.tar.gz
Update to 5.13.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d4d2ead055c..ae9e153b834e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-translations
pkgdesc = A cross-platform application and UI framework (translations, mingw-w64)
- pkgver = 5.13.1
+ pkgver = 5.13.2
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -16,8 +16,8 @@ pkgbase = mingw-w64-qt5-translations
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.13/5.13.1/submodules/qttranslations-everywhere-src-5.13.1.tar.xz
- sha256sums = 01320c62ce28c5d7bc6d3c078e11d4d80415ab007ad94ffe1a635a2ce0ddccfd
+ source = https://download.qt.io/official_releases/qt/5.13/5.13.2/submodules/qttranslations-everywhere-src-5.13.2.tar.xz
+ sha256sums = 25755941a2525de2d7ae48e0011d04db7cc09e4e73fe83293206ceafa0aa82d9
pkgname = mingw-w64-qt5-translations
diff --git a/PKGBUILD b/PKGBUILD
index d57583e02103..880c87a3678f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qttranslations
pkgname="mingw-w64-qt5-translations"
-pkgver=5.13.1
+pkgver=5.13.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}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('01320c62ce28c5d7bc6d3c078e11d4d80415ab007ad94ffe1a635a2ce0ddccfd')
+sha256sums=('25755941a2525de2d7ae48e0011d04db7cc09e4e73fe83293206ceafa0aa82d9')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'