sigil: update to 0.9.8.

This commit is contained in:
Juan RP 2017-04-18 06:34:37 +02:00
parent 2a2ff33df2
commit 3fdf2dd30c

View file

@ -1,7 +1,7 @@
# Template file for 'sigil' # Template file for 'sigil'
pkgname=sigil pkgname=sigil
version=0.9.7 version=0.9.8
revision=3 revision=1
create_wrksrc=yes create_wrksrc=yes
build_style=cmake build_style=cmake
# Can use system zlib, minizip and hunspell; can't use system pcre # Can use system zlib, minizip and hunspell; can't use system pcre
@ -18,7 +18,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3" license="GPL-3"
homepage="https://github.com/Sigil-Ebook/Sigil" homepage="https://github.com/Sigil-Ebook/Sigil"
distfiles="${homepage}/releases/download/${version}/Sigil-${version}-Code.zip" distfiles="${homepage}/releases/download/${version}/Sigil-${version}-Code.zip"
checksum=fbd7afdef862794512cde6eb42c0abc05daff428a483bd03710226c5bdf09c69 checksum=78f9f200c86da326984543bd86cbb8eab91308a5a4d7f8cfcc88eb9b0779749a
if [ -n "$CROSS_BUILD" ]; then if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-tools-devel qt5-svg-devel" hostmakedepends+=" qt5-host-tools qt5-tools-devel qt5-svg-devel"