zola: rebuild for libressl-2.9.2.

This commit is contained in:
Johannes 2019-05-15 13:41:46 +02:00
parent b909532a61
commit 05355ee225

View file

@ -1,7 +1,7 @@
# Template file for 'zola'
pkgname=zola
version=0.7.0
revision=1
revision=2
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libressl-devel libsass-devel"
@ -18,6 +18,11 @@ case "$XBPS_TARGET_MACHINE" in
i686*) broken="https://github.com/rust-lang/rust/issues/60184" ;;
esac
pre_build() {
cargo update --package openssl-sys --precise 0.9.46
cargo update --package openssl --precise 0.10.22
}
post_install() {
vlicense LICENSE