diff --git a/srcpkgs/qupzilla1/template b/srcpkgs/qupzilla1/template index de507b09020..d4cdceb50b9 100644 --- a/srcpkgs/qupzilla1/template +++ b/srcpkgs/qupzilla1/template @@ -1,8 +1,8 @@ # Template file for 'qupzilla1' pkgname=qupzilla1 version=1.8.9 -revision=10 -wrksrc=QupZilla-${version} +revision=11 +wrksrc="QupZilla-${version}" build_style=qmake hostmakedepends="pkg-config" makedepends="qt5-script-devel qt5-tools-devel qt5-webkit-devel @@ -16,7 +16,7 @@ distfiles="https://github.com/QupZilla/qupzilla/releases/download/v${version}/Qu checksum=620ffb10a3f6b3f596c2c38a84d9c320cb66dd2d5e6701e8e31945e26308fcac conflicts="qupzilla>=0" -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools" hostmakedepends+=" qt5-script-devel" hostmakedepends+=" qt5-tools-devel"