cutemarked: rebuild against libhunspell-1.7.so.0

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

View File

@ -2,7 +2,7 @@
pkgname=cutemarked
reverts="v0.11.0_1"
version=0.11.3
revision=6
revision=7
wrksrc="CuteMarkEd-${version}"
build_style=qmake
hostmakedepends="pkg-config qt5-qmake"
@ -15,6 +15,6 @@ homepage="http://cloose.github.io/CuteMarkEd/"
distfiles="https://github.com/cloose/${pkgname}/archive/v${version}.tar.gz"
checksum=78a41808c2f0452375810abdff76eeaaee012f8d1368a2b8772ec6b4d2ceeec8
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-devel qt5-webkit-devel"
fi