summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhe Park2022-06-26 20:00:17 +0800
committerSainnhe Park2022-06-26 20:00:17 +0800
commit4c90218b910150b68c35c58fa3ce0f8bcbcfa9e8 (patch)
tree17ffb711e46dcbb4ccda797d14389c8777f2957d
parent40582ed527d5a9ecf23835f8a9c7ed8504bf9d6f (diff)
downloadaur-4c90218b910150b68c35c58fa3ce0f8bcbcfa9e8.tar.gz
Fix patch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
-rw-r--r--package.json.patch8
3 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48544b97e9a5..6b69416c05bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-coc-rust-analyzer-git
pkgdesc = rust-analyzer extension for coc.nvim
- pkgver = r865.8eba9cf
+ pkgver = r1222.dc17ad2
pkgrel = 1
url = https://github.com/fannheyward/coc-rust-analyzer
arch = any
@@ -14,7 +14,6 @@ pkgbase = neovim-coc-rust-analyzer-git
source = coc-rust-analyzer::git+https://github.com/fannheyward/coc-rust-analyzer.git
source = package.json.patch
sha256sums = SKIP
- sha256sums = 3f5fdb4c82e98bff76a2241ae21d9a9da4b146f5bcd6a5cf110a8953260dc098
+ sha256sums = 157e798a11ae75f4ee6e797ea800249a3ea452ff0ae19c9b9e0529d7f6f19e30
pkgname = neovim-coc-rust-analyzer-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 97c808ce6a3d..a31d4bfddca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,10 +14,10 @@ makedepends=('yarn' 'git')
license=('MIT')
source=("${_extname}::git+${url}.git"
'package.json.patch')
-pkgver=r865.8eba9cf
+pkgver=r1222.dc17ad2
pkgrel=1
sha256sums=('SKIP'
- '3f5fdb4c82e98bff76a2241ae21d9a9da4b146f5bcd6a5cf110a8953260dc098')
+ '157e798a11ae75f4ee6e797ea800249a3ea452ff0ae19c9b9e0529d7f6f19e30')
pkgver() {
cd "${srcdir}/${_extname}"
diff --git a/package.json.patch b/package.json.patch
index 2e965d67ed0f..76c7c9e1145e 100644
--- a/package.json.patch
+++ b/package.json.patch
@@ -1,11 +1,11 @@
---- package.json.old 2021-03-28 10:43:05.597743453 +0800
-+++ package.json.new 2021-03-28 10:44:14.837746213 +0800
-@@ -119,7 +119,7 @@
+--- package.json.old 2022-06-26 19:53:54.778327977 +0800
++++ package.json.new 2022-06-26 19:56:09.771667299 +0800
+@@ -120,7 +120,7 @@
"null",
"string"
],
- "default": null,
+ "default": "/usr/bin/rust-analyzer",
- "description": "Path to rust-analyzer executable (points to bundled binary by default). If this is set, then \"rust-analyzer.updates.channel\" setting is not used"
+ "markdownDescription": "Path to rust-analyzer executable (points to bundled binary by default). If this is set, then \"rust-analyzer.updates.channel\" setting is not used"
},
"rust-analyzer.server.extraEnv": {