From 5361ec42c1a53e9d18f7eb536316685ab102d49c Mon Sep 17 00:00:00 2001 From: kxxt Date: Mon, 23 Sep 2024 20:20:21 +0800 Subject: [PATCH] updpatch: dart 3.5.2-1 Fix rotten and make it less likely to rot --- dart/riscv64.patch | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/dart/riscv64.patch b/dart/riscv64.patch index 13a668c52..be50ed052 100644 --- a/dart/riscv64.patch +++ b/dart/riscv64.patch @@ -1,20 +1,6 @@ --- PKGBUILD +++ PKGBUILD -@@ -29,10 +29,12 @@ source=( - "git+https://github.com/dart-lang/sdk.git#tag=$pkgver" - "git+https://chromium.googlesource.com/chromium/tools/depot_tools.git" - "DEPS.patch" -+ "dart-riscv-no-cross.patch" - ) - sha256sums=('aba863b230001773aa8cbbedb2824de154f778377c4048dbcc12460fdcd969f5' - 'SKIP' -- 'db6576a70c6719e26795b9824546058b79fefa64158c1002d36546d826084403') -+ 'db6576a70c6719e26795b9824546058b79fefa64158c1002d36546d826084403' -+ '9b69b12208faa1a4b98be5e5e73385526e2571f0f3527aadd0496eadb4b7aab6') - - prepare() { - cat >.gclient <