fractal: rebuild against libressl-3.1.3
This commit is contained in:
parent
299b462416
commit
70ab54078f
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ Some builds also fail with unused import.
|
|||
export CARGO_HOME="$CARGO_TARGET_DIR"/cargo-home
|
||||
export FRACTAL_PROFILE="$4"
|
||||
|
||||
+cargo update --manifest-path $1/Cargo.toml -p fractal-gtk --package openssl-sys --precise 0.9.53
|
||||
+cargo update --manifest-path $1/Cargo.toml -p fractal-gtk --package openssl-sys --precise 0.9.58
|
||||
+cargo update --manifest-path $1/Cargo.toml -p fractal-gtk --package num-bigint --precise 0.2.3
|
||||
+
|
||||
if [ "$FRACTAL_PROFILE" = "Devel" ]
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'fractal'
|
||||
pkgname=fractal
|
||||
version=4.2.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
build_helper="rust"
|
||||
hostmakedepends="cargo pkg-config glib-devel"
|
||||
hostmakedepends="cargo pkg-config glib-devel gettext"
|
||||
makedepends="gtk+3-devel libglib-devel libressl-devel gstreamer1-devel
|
||||
cairo-devel gettext-devel gst-plugins-base1-devel gst-plugins-bad1-devel
|
||||
gst1-editing-services-devel gtksourceview4-devel pango-devel gspell-devel
|
||||
|
|
Loading…
Reference in a new issue