diff --git a/dev-rust/corrosion/corrosion-0.4.4.recipe b/dev-rust/corrosion/corrosion-0.4.4.recipe index 2ca9ff94e..2cdea72e9 100644 --- a/dev-rust/corrosion/corrosion-0.4.4.recipe +++ b/dev-rust/corrosion/corrosion-0.4.4.recipe @@ -5,7 +5,7 @@ dynamic libraries from a workspace or package manifest Cargo.toml file." HOMEPAGE="https://github.com/corrosion-rs" COPYRIGHT="2018 Andrew Gaspar" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="$HOMEPAGE/corrosion/archive/refs/tags/v$portVersion.tar.gz" CHECKSUM_SHA256="bf3981d0e066f2c877949ec59d9ed6cb193ae4ff615b73f20c64a5de68fc06ab" @@ -17,7 +17,7 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - cmd:rustc + cmd:rustc$secondaryArchSuffix cmd:cmake " @@ -28,7 +28,7 @@ BUILD_PREREQUIRES=" cmd:cmake cmd:gcc$secondaryArchSuffix cmd:make - cmd:rustc + cmd:rustc$secondaryArchSuffix " BUILD()