qupzilla: update to 2.0.1.

This commit is contained in:
Juan RP 2016-06-15 08:22:41 +02:00
parent 29ec111831
commit cc4635483b

View file

@ -1,7 +1,7 @@
# Template file for 'qupzilla' # Template file for 'qupzilla'
pkgname=qupzilla pkgname=qupzilla
version=2.0.0 version=2.0.1
revision=2 revision=1
wrksrc=QupZilla-${version} wrksrc=QupZilla-${version}
build_style=qmake build_style=qmake
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -14,11 +14,5 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-3" license="GPL-3"
homepage="http://www.qupzilla.com/" homepage="http://www.qupzilla.com/"
distfiles="https://github.com/QupZilla/${pkgname}/releases/download/v${version}/QupZilla-${version}.tar.xz" distfiles="https://github.com/QupZilla/${pkgname}/releases/download/v${version}/QupZilla-${version}.tar.xz"
checksum=b357e2d3de91ec833a34f958c6eb649d86113235ee27a519722d8cae58bc8c78 checksum=38b89d00ad235687ca1ad327f7f108aee2d85cdc047a78b6811dedff0d07850d
conflicts="qupzilla1>=0" conflicts="qupzilla1>=0"
do_build() {
# Avoid disable_parallel_build=yes by re-running make once
make ${makejobs} ${make_build_args} ${make_build_target} ||
make ${makejobs} ${make_build_args} ${make_build_target}
}