summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshenleban tongying2023-04-12 18:13:10 -0400
committershenleban tongying2023-04-12 18:13:10 -0400
commit2d8856d0cc8452bcdd617c77b329ba9caa305eb0 (patch)
tree62b22e6b170a7b54f60f624226ee060e815baa3e
parent4174045d3dde3e3e91c50d649ef4b6f139c296a2 (diff)
downloadaur-2d8856d0cc8452bcdd617c77b329ba9caa305eb0.tar.gz
add qt5-speech to depends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c1566a2f7c5..3b699b7535fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,6 +21,7 @@ pkgbase = goldendict-webengine-git
depends = qt5-x11extras
depends = qt5-multimedia
depends = qt5-webengine
+ depends = qt5-speech
provides = goldendict
conflicts = goldendict
conflicts = goldendict-git
diff --git a/PKGBUILD b/PKGBUILD
index b7bfe64d665e..4d1ac94d8d5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Maintainer: slbtty <shenlebantongying@gmail.com>
pkgname=goldendict-webengine-git
-pkgver=23.02.07.alpha.230226.656cd373.r34.gfb6d4f9c
+pkgver=23.04.03.alpha.230409.c472b2cb.r9.ge32a7a2c
pkgrel=1
pkgdesc="A feature-rich dictionary lookup program, supporting multiple dictionary formats."
arch=('i686' 'x86_64')
url="https://github.com/xiaoyifang/goldendict"
license=('GPL3')
depends=('ffmpeg' 'hunspell' 'libvorbis' 'libxtst' 'lzo' 'zlib' 'xz' 'libeb' 'opencc'
- 'qt5-svg' 'qt5-tools' 'qt5-x11extras' 'qt5-multimedia' 'qt5-webengine')
+ 'qt5-svg' 'qt5-tools' 'qt5-x11extras' 'qt5-multimedia' 'qt5-webengine' 'qt5-speech')
makedepends=('git')
conflicts=('goldendict' 'goldendict-git' 'goldendict-svn' 'goldendict-git-opt')
provides=('goldendict')