katarakt: update to 0.2. (#8429)

This commit is contained in:
maxice8 2017-10-21 20:05:27 -02:00 committed by Juan RP
parent bd87af9c9b
commit e769ff69e7

View file

@ -1,7 +1,7 @@
# Template file for 'katarakt'
pkgname=katarakt
version=0.1
revision=2
version=0.2
revision=1
build_style=qmake
hostmakedepends="qt-qmake pkg-config asciidoc"
makedepends="qt-devel poppler-qt4-devel"
@ -10,9 +10,13 @@ maintainer="Lukas Braun <void-packages@moshbit.net>"
license="BSD"
homepage="https://wwwcip.cs.fau.de/~go18gomu/katarakt"
distfiles="https://wwwcip.cs.fau.de/~go18gomu/katarakt/tarballs/katarakt-${version}.tar.xz"
checksum=3d5cb5ac01809dec3ca8265c2c6c988799bd57e1cfc06a6ca119c33c23f048d3
checksum=a4588b4d29a7183289a4d5fd4a8fb30730aa45914070c0dfe613d679701f6a90
wrksrc=katarakt
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt-devel"
fi
post_build() {
make doc
}