Skip to content

Commit

Permalink
[tree-sitter] fix a typo in pkg-config file (#35199)
Browse files Browse the repository at this point in the history
* [tree-sitter] fix a typo in pkg-config file

* [tree-sitter] add port-version

* [tree-sitter] add version
  • Loading branch information
keynmol authored Nov 20, 2023
1 parent 5062df9 commit 49e62c5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/tree-sitter/pkgconfig.patch
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ index f98816cb..71a3b4f9 100644
-libdir=@LIBDIR@
-includedir=@INCLUDEDIR@
+prefix=@CMAKE_INSTALL_PREFIX@
+libdir=${prefix}@/lib
+libdir=${prefix}/lib
+includedir=${prefix}/include

Name: tree-sitter
Expand Down
1 change: 1 addition & 0 deletions ports/tree-sitter/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "tree-sitter",
"version-semver": "0.20.6",
"port-version": 1,
"description": "An incremental parsing system for programming tools.",
"homepage": "https://github.com/tree-sitter/tree-sitter",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8550,7 +8550,7 @@
},
"tree-sitter": {
"baseline": "0.20.6",
"port-version": 0
"port-version": 1
},
"treehh": {
"baseline": "3.18",
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/tree-sitter.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f818e329af89033c591416456e9c630280bd4ef8",
"version-semver": "0.20.6",
"port-version": 1
},
{
"git-tree": "a96085943d7eb28c30fa8d53eb5452e4dccdfd93",
"version-semver": "0.20.6",
Expand Down

0 comments on commit 49e62c5

Please sign in to comment.