From 68483ed35cb33635b8edb4ba539aad565824afd1 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 4 Nov 2018 22:31:37 -0200 Subject: [PATCH] qupzilla1: rebuild against libressl-2.8 --- srcpkgs/qupzilla1/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"