diff options
author | Martchus | 2022-09-10 20:54:18 +0200 |
---|---|---|
committer | Martchus | 2022-09-10 20:54:18 +0200 |
commit | 2d6524d43eaa9eb8b8df1c761cc320a0131a803e (patch) | |
tree | 25943147c1d3e1a6c52df12a53b8e1f8f327bdfc | |
parent | df2f679505f4a19e0c32e40f218dd22cf47753f7 (diff) | |
download | aur-2d6524d43eaa9eb8b8df1c761cc320a0131a803e.tar.gz |
Rebase against Qt 5.15.6
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | PKGBUILD.sh.ep | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -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.15.4+kde+r1 + pkgver = 5.15.6+kde+r1 pkgrel = 1 url = https://www.qt.io/ arch = any @@ -15,7 +15,7 @@ pkgbase = mingw-w64-qt5-speech options = !strip options = !buildflags options = staticlibs - source = git+https://invent.kde.org/qt/qt/qtspeech#commit=c8a1dadc46ccdbeaef45aa805a9dc98d4b3220bd + source = git+https://invent.kde.org/qt/qt/qtspeech#commit=d1273416f25a15a6edf6ea56a07602cd7d99fe48 sha256sums = SKIP pkgname = mingw-w64-qt5-speech @@ -9,7 +9,7 @@ _qt_module=qtspeech pkgname=mingw-w64-qt5-speech -pkgver=5.15.4 +pkgver=5.15.6 pkgrel=1 arch=('any') pkgdesc="Qt module to make text to speech and speech recognition easy (mingw-w64)" @@ -20,7 +20,7 @@ makedepends=('mingw-w64-gcc') #optdepends=('mingw-w64-flite: flite TTS backend' 'mingw-w64-speech-dispatcher: speech-dispatcher TTS backend') #makedepends=('mingw-w64-gcc' 'mingw-w64-flite' 'mingw-w64-speech-dispatcher') license=('GPL3' 'LGPL' 'FDL' 'custom') -_commit=c8a1dadc46ccdbeaef45aa805a9dc98d4b3220bd +_commit=d1273416f25a15a6edf6ea56a07602cd7d99fe48 _basever=$pkgver pkgver+=+kde+r1 makedepends+=('git') diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index 474d5444c2f3..064676957cd2 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt5-module'; \ -pkgver=5.15.4 +pkgver=5.15.6 pkgrel=1 arch=('any') pkgdesc="Qt module to make text to speech and speech recognition easy (mingw-w64)" |