main/rust-bindgen: upgrade to 0.69.4

This commit is contained in:
Jingyun Hua 2024-05-14 02:58:28 +00:00 committed by Milan P. Stanić
parent aeadef1ea7
commit 3e533c7ba9
2 changed files with 21 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=rust-bindgen
pkgver=0.66.1
pkgver=0.69.4
pkgrel=0
pkgdesc="automatically generates Rust FFI bindings to C (and some C++) libraries"
url="https://github.com/rust-lang/rust-bindgen"
@ -10,7 +10,8 @@ makedepends="cargo clang cargo-auditable"
arch="all"
license="BSD-3-Clause"
options="net !check" # no test
source="$pkgname-$pkgver.tar.gz::https://github.com/rust-lang/rust-bindgen/archive/v$pkgver.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/rust-lang/rust-bindgen/archive/v$pkgver.tar.gz
Cargo-update.patch"
prepare() {
default_prepare
@ -26,5 +27,6 @@ package() {
}
sha512sums="
71e1ec6ce4933a7a5451aa5baa47f885b9ec6b692bf2a2b3d8c1f2cce2c3cd3d941f8b8e4dfd7c776e954a9d3824b67c435897521f726553b63a2f1cb81bba99 rust-bindgen-0.66.1.tar.gz
a493474c89255c801c6fd4eb44e6a94f4d23830dc13c0bbae08c46e5c364e0df176fc00174d6462b70239578d0821e9ff1aaf127d8c60688f38a50a62cf292f4 rust-bindgen-0.69.4.tar.gz
43371bff390be21e3b0c57b37e4051c292733bd3e54919372840639fd44eb38b68cd1cead4b72f18abda4c4b71296dfc4b1fadb3f393bffa8188d8380ab5fca9 Cargo-update.patch
"

View file

@ -0,0 +1,16 @@
diff --git a/Cargo.lock b/Cargo.lock
index 9195feb..570ff9d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -321,9 +321,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
-version = "0.2.139"
+version = "0.2.154"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
+checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
[[package]]
name = "libloading"