summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-12-24 22:49:18 +0100
committerMartchus2019-12-24 22:49:18 +0100
commit8467604474b70274e38c22d271f240a8ba2fba9f (patch)
tree8ff9f77b9b6cbadfd89e1015ea6540a497d0ca23
parent9a7e4f40de8e83bc73fa0c33475b371d4ce5a11f (diff)
downloadaur-8467604474b70274e38c22d271f240a8ba2fba9f.tar.gz
Update to 5.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d087337d1054..ccf46d88298a 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.13.2
+ pkgver = 5.14.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.13/5.13.2/submodules/qtspeech-everywhere-src-5.13.2.tar.xz
- sha256sums = a0aca08feeac6925ead7f841319bdcfd60bfc126de07807edaf267c2ca8d13d5
+ source = https://download.qt.io/official_releases/qt/5.14/5.14.0/submodules/qtspeech-everywhere-src-5.14.0.tar.xz
+ sha256sums = c62ba6080a779f8a62e727a33c277cf0744426804f6774e1000bdee0799e7725
pkgname = mingw-w64-qt5-speech
diff --git a/PKGBUILD b/PKGBUILD
index f814a45ea21a..092c7daa6019 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_qt_module=qtspeech
pkgname="mingw-w64-qt5-speech"
-pkgver=5.13.2
+pkgver=5.14.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=('a0aca08feeac6925ead7f841319bdcfd60bfc126de07807edaf267c2ca8d13d5')
+sha256sums=('c62ba6080a779f8a62e727a33c277cf0744426804f6774e1000bdee0799e7725')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \