newsflash: rebuild for openssl3

This commit is contained in:
classabbyamp 2023-08-16 20:13:37 -04:00
parent 40e812d67b
commit 9134c90873

View file

@ -1,7 +1,7 @@
# Template file for 'newsflash'
pkgname=newsflash
version=1.4.2
revision=1
revision=2
build_style=meson
build_helper=rust
hostmakedepends="cargo pkg-config glib-devel sqlite-devel gettext"
@ -20,4 +20,6 @@ post_patch() {
vsed -i build-aux/cargo.sh \
-e 's,"$CARGO_TARGET_DIR"/,&${RUST_TARGET}/,'
fi
cargo update --package openssl-sys:0.9.63 --precise 0.9.91
cargo update --package openssl:0.10.34 --precise 0.10.56
}