summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-06-26 14:42:33 +0200
committerMartchus2019-06-26 14:42:33 +0200
commitc0d6e05538b637783b32d65946fafe93bd86e684 (patch)
tree6ba17b08a32c7d8eb8e93d1108ff77a9a40be36e
parent9272d65f00b3176a091ad64489f300abb20e860e (diff)
downloadaur-c0d6e05538b637783b32d65946fafe93bd86e684.tar.gz
Update to 5.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a8fe3d21fb8..fdc95b9fa40b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-speech
pkgdesc = Qt module to make text to speech and speech recognition easy (mingw-w64)
- pkgver = 5.12.3
+ pkgver = 5.13.0
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -16,8 +16,8 @@ pkgbase = mingw-w64-qt5-speech
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.12/5.12.3/submodules/qtspeech-everywhere-src-5.12.3.tar.xz
- sha256sums = ed211822765744553fb5abeb97058420668b18a50d985061d949a0e068ee64f5
+ source = https://download.qt.io/official_releases/qt/5.13/5.13.0/submodules/qtspeech-everywhere-src-5.13.0.tar.xz
+ sha256sums = 1bfeea13cc23a9d9a02081f4e3378bc8ef51af5dfd684b261cf0a0e93be5b644
pkgname = mingw-w64-qt5-speech
diff --git a/PKGBUILD b/PKGBUILD
index 80f31847427d..236ba404929f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_qt_module=qtspeech
pkgname="mingw-w64-qt5-speech"
-pkgver=5.12.3
+pkgver=5.13.0
pkgrel=1
arch=('any')
pkgdesc="Qt module to make text to speech and speech recognition easy (mingw-w64)"
@@ -24,7 +24,7 @@ license=('GPL3' 'LGPL' '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=('ed211822765744553fb5abeb97058420668b18a50d985061d949a0e068ee64f5')
+sha256sums=('1bfeea13cc23a9d9a02081f4e3378bc8ef51af5dfd684b261cf0a0e93be5b644')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \