summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshenleban tongying2022-11-21 01:41:31 -0500
committershenleban tongying2022-11-21 01:41:31 -0500
commit037d9362bab1af7da82e8a8eb042b2076541dff6 (patch)
treeaeeb33e0757f60d1a11a6c132b566c53248b99f3
parent8b2827d998522a229ad6c878a4d230128b51b45e (diff)
downloadaur-037d9362bab1af7da82e8a8eb042b2076541dff6.tar.gz
remove unneeded libao
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7137a9aefef..6799e6c3a251 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = goldendict-webengine-git
pkgdesc = A feature-rich dictionary lookup program, supporting multiple dictionary formats.
- pkgver = 22.9.24.alpha.220930.ca7fc1c2.r74.g408f9947
+ pkgver = 22.9.24.alpha.221116.9bb71336.r48.g9f65f3c1
pkgrel = 1
url = http://goldendict.org/
arch = i686
@@ -9,7 +9,6 @@ pkgbase = goldendict-webengine-git
makedepends = git
depends = ffmpeg
depends = hunspell
- depends = libao
depends = libvorbis
depends = libxtst
depends = lzo
diff --git a/PKGBUILD b/PKGBUILD
index 3b5069e03b0a..fb78778cfd53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Maintainer: slbtty <shenlebantongying@gmail.com>
pkgname=goldendict-webengine-git
-pkgver=22.9.24.alpha.220930.ca7fc1c2.r74.g408f9947
+pkgver=22.9.24.alpha.221116.9bb71336.r48.g9f65f3c1
pkgrel=1
pkgdesc="A feature-rich dictionary lookup program, supporting multiple dictionary formats."
arch=('i686' 'x86_64')
url="https://github.com/xiaoyifang/goldendict"
url="http://goldendict.org/"
license=('GPL3')
-depends=('ffmpeg' 'hunspell' 'libao' 'libvorbis' 'libxtst' 'lzo' 'zlib' 'xz' 'libeb' 'opencc'
+depends=('ffmpeg' 'hunspell' 'libvorbis' 'libxtst' 'lzo' 'zlib' 'xz' 'libeb' 'opencc'
'qt5-svg' 'qt5-tools' 'qt5-x11extras' 'qt5-multimedia' 'qt5-webengine')
makedepends=('git')
conflicts=('goldendict' 'goldendict-git' 'goldendict-svn' 'goldendict-git-opt')