zeal: update to 0.6.1.

This commit is contained in:
maxice8 2018-09-29 03:26:31 -03:00 committed by Johannes
parent 3a0a85c7d1
commit e3305d8aa3
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'zeal'
pkgname=zeal
reverts="20141123_1 20141123_2"
version=0.6.0
version=0.6.1
revision=1
build_style=cmake
configure_args="CONFIG+=no_libappindicator"
@ -10,11 +10,11 @@ makedepends="qt5-webkit-devel xcb-util-keysyms-devel libarchive-devel qt5-x11ext
depends="bsdtar"
short_desc="Simple offline API documentation browser"
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
license="GPL-3"
license="GPL-3.0-or-later"
homepage="https://zealdocs.org/"
distfiles="https://github.com/zealdocs/zeal/archive/v${version}.tar.gz"
checksum=ef307d3ad4f03c76fa5fc249f8e7e04de879aa7574bec1ff8be548dbc2c02973
checksum=095c08f9903071849d5c79878abd48237ce1615f16d324afff1873ab6b5f0026
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake"
fi