qupzilla1: rebuild against libressl-2.8
This commit is contained in:
parent
be32539d95
commit
68483ed35c
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue