From db2068076ec351300297ff5b3ac0b9d95c3d87b4 Mon Sep 17 00:00:00 2001 From: Eric Long Date: Thu, 10 Aug 2023 19:41:07 +0800 Subject: [PATCH] rmvpatch: gitea Patch is no longer needed. Also note that newer versions of Gitea does not use less, therefore will not encounter the V8 bug [1]. [1]: https://bugs.chromium.org/p/v8/issues/detail?id=13930 --- gitea/riscv64.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 gitea/riscv64.patch diff --git a/gitea/riscv64.patch b/gitea/riscv64.patch deleted file mode 100644 index fe361c936..000000000 --- a/gitea/riscv64.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- PKGBUILD -+++ PKGBUILD -@@ -50,6 +50,11 @@ pkgver() { - - prepare() { - cd ${pkgname} -+ -+ # update esbuild-loader from 2.18.0 to 2.19.0 -+ # this patch should be removed at next gitea release -+ npm install esbuild-loader@2.19.0 -+ - make deps - } -