cbindgen: updated recipe for rust_bin 1.69.0 (#9011)

This commit is contained in:
kenmays
2023-07-10 11:51:34 -07:00
committed by GitHub
parent 4f527b92e3
commit 838ab3ff58

View File

@@ -4,7 +4,7 @@ for Rust libraries which expose a public C API."
HOMEPAGE="https://github.com/eqrion/cbindgen"
COPYRIGHT="2018-2023 cbindgen contributors"
LICENSE="MPL v2.0"
REVISION="2"
REVISION="3"
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="5d693ab54acc085b9f2dbafbcf0a1f089737f7e0cb1686fa338c2aaa05dc7705"
SOURCE_FILENAME="cbindgen-$portVersion.tar.gz"
@@ -200,7 +200,7 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:cargo$secondaryArchSuffix
cmd:cargo$secondaryArchSuffix >= 0.70
cmd:gcc$secondaryArchSuffix
"