Skip to content

Commit

Permalink
upgpatch: deno
Browse files Browse the repository at this point in the history
Fix rotten
  • Loading branch information
kxxt committed Jun 25, 2023
1 parent 83640bf commit c369523
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions deno/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- PKGBUILD
+++ PKGBUILD
@@ -11,12 +11,31 @@ url="https://deno.land"
@@ -11,7 +11,7 @@ url="https://deno.land"
license=('MIT')
options=('!lto')
depends=('gcc-libs')
Expand All @@ -9,12 +9,14 @@
source=("git+https://github.com/denoland/deno.git#commit=$_commit")
sha512sums=('SKIP')

+prepare() {
+ cd $pkgname
@@ -19,10 +19,25 @@ prepare() {
cd $pkgname
# https://github.com/denoland/deno/issues/19528
git cherry-pick -n c8dc6b14ec5c1b6de28118ed3b07d037eaaaf702
+ echo -e "\n[patch.crates-io]\nring = { git = 'https://github.com/felixonmars/ring', branch = '0.16.20' }" >> Cargo.toml
+ cargo update -p ring
+}
+
}
build() {
cd $pkgname
+
Expand Down

0 comments on commit c369523

Please sign in to comment.