goldendict: rebuild against libhunspell-1.7.so.0

[ci skip]
This commit is contained in:
maxice8 2018-11-13 20:47:58 -02:00
parent 8b7cbcf5ae
commit 9be8961d48
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'goldendict'
pkgname=goldendict
version=1.5.0RC2
revision=3
revision=4
wrksrc="${pkgname}-${version/RC/-RC}"
build_style=qmake
hostmakedepends="qt5-qmake pkg-config qt5-tools"
@ -16,7 +16,7 @@ homepage="http://goldendict.org/"
distfiles="https://github.com/goldendict/goldendict/archive/${version/RC/-RC}.tar.gz"
checksum=bccee0a3d3902f8fa31e439e220a405065fff774e5f8c581be2b0743d3f83fde
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-tools-devel qt5-webkit-devel qt5-host-tools qt5-svg-devel qt5-x11extras-devel"
fi