Skip to content

Commit

Permalink
addpkg: oxyromon
Browse files Browse the repository at this point in the history
Fix ring issue.
  • Loading branch information
moui0 committed Oct 10, 2023
1 parent b9d5027 commit 4da310a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions oxyromon/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git PKGBUILD PKGBUILD
index b3b8f21..3a8bede 100644
--- PKGBUILD
+++ PKGBUILD
@@ -39,6 +39,8 @@ prepare() {
--frozen-lockfile
cargo fetch \
--locked
+ echo -e "\n[patch.crates-io]\nring = { git = 'https://github.com/felixonmars/ring', branch = '0.16.20' }" >> Cargo.toml
+ cargo update -p ring
}

pkgver() {

0 comments on commit 4da310a

Please sign in to comment.