qupzilla1: rebuild against libressl-2.8

This commit is contained in:
maxice8 2018-11-04 22:31:37 -02:00
parent be32539d95
commit 68483ed35c
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 3 additions and 3 deletions

View File

@ -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"