qupzilla: update to 2.0.1.
This commit is contained in:
parent
29ec111831
commit
cc4635483b
1 changed files with 3 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'qupzilla'
|
||||
pkgname=qupzilla
|
||||
version=2.0.0
|
||||
revision=2
|
||||
version=2.0.1
|
||||
revision=1
|
||||
wrksrc=QupZilla-${version}
|
||||
build_style=qmake
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -14,11 +14,5 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|||
license="GPL-3"
|
||||
homepage="http://www.qupzilla.com/"
|
||||
distfiles="https://github.com/QupZilla/${pkgname}/releases/download/v${version}/QupZilla-${version}.tar.xz"
|
||||
checksum=b357e2d3de91ec833a34f958c6eb649d86113235ee27a519722d8cae58bc8c78
|
||||
checksum=38b89d00ad235687ca1ad327f7f108aee2d85cdc047a78b6811dedff0d07850d
|
||||
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}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue