summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshenleban tongying2022-06-27 16:28:58 -0400
committershenleban tongying2022-06-27 16:28:58 -0400
commit2447bfcace77f3f94c1d48ffd8a4a4c26ff325bc (patch)
treec50c86a51ff4e215074020570fb160da8cfd3e99
parent4365c534d454354afc639342f14437c5050c3ae9 (diff)
downloadaur-2447bfcace77f3f94c1d48ffd8a4a4c26ff325bc.tar.gz
remove depends on libiconv
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7490089590ae..9ad641979f89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,6 @@ pkgbase = goldendict-webengine-git
depends = zlib
depends = xz
depends = libeb
- depends = libiconv
depends = opencc
depends = qt5-svg
depends = qt5-tools
diff --git a/PKGBUILD b/PKGBUILD
index c8b2f80fd9b3..16cafe72d082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ 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' 'libiconv' 'opencc'
+depends=('ffmpeg' 'hunspell' 'libao' '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')