Skip to content
Snippets Groups Projects
Commit e5144e49 authored by Jingyun Hua's avatar Jingyun Hua Committed by Celeste
Browse files

community/stylua: fix build on loongarch64

Update libc to 0.2.155
parent 729e17d2
No related branches found
No related tags found
1 merge request!66953community/stylua: fix build on loongarch64
Pipeline #238336 skipped
...@@ -7,7 +7,8 @@ url="https://github.com/JohnnyMorganz/StyLua" ...@@ -7,7 +7,8 @@ url="https://github.com/JohnnyMorganz/StyLua"
arch="all" arch="all"
license="MPL-2.0" license="MPL-2.0"
makedepends="cargo cargo-auditable" makedepends="cargo cargo-auditable"
source="$pkgname-$pkgver.tar.gz::https://github.com/JohnnyMorganz/StyLua/archive/refs/tags/v$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/JohnnyMorganz/StyLua/archive/refs/tags/v$pkgver.tar.gz
cargo-update.patch"
builddir="$srcdir/StyLua-$pkgver" builddir="$srcdir/StyLua-$pkgver"
_features="--no-default-features --features lua54,strum,serialize" _features="--no-default-features --features lua54,strum,serialize"
...@@ -31,4 +32,5 @@ package() { ...@@ -31,4 +32,5 @@ package() {
sha512sums=" sha512sums="
0f15e169953eb96f846d864be7e35fb04be61c6951a4ba9967e26d5738807bfe110e9ba0e5d788a27b77d3c32f6df416d046f4a8c2139195004a8ecdbac504c7 stylua-0.20.0.tar.gz 0f15e169953eb96f846d864be7e35fb04be61c6951a4ba9967e26d5738807bfe110e9ba0e5d788a27b77d3c32f6df416d046f4a8c2139195004a8ecdbac504c7 stylua-0.20.0.tar.gz
470ceaf11e1324d9e39eaf0597729010f28ce2ac3c0846c3894c427ecdf458a6635557353e6a691c07a26f7ac79d94d2f18b9bfde96b6fc4d20a1b459a90389e cargo-update.patch
" "
diff --git a/Cargo.lock b/Cargo.lock
index e8411fc..75a6802 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -569,9 +569,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
-version = "0.2.148"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "linked-hash-map"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment