termux / termux-language-server

🛠️ A language server for some specific bash scripts
https://termux-language-server.readthedocs.io/
GNU General Public License v3.0
74 stars 7 forks source link

[PKGBUILD] Error with element of variable "arch" #4

Closed Spixmaster closed 9 months ago

Spixmaster commented 10 months ago

The following line arch=("x86_64") in my PKGBUILD creates the error '"x86_64"' is not one of ['any', 'i686', 'x86_64', 'arm', 'aarch64'].

There is no correct handling of the double quotes.

Freed-Wu commented 9 months ago

I'll take a look.

Freed-Wu commented 9 months ago

Can you try the latest version? I think it can fix this bug.

pip install git+https://github.com/termux/termux-language-server
Spixmaster commented 9 months ago

I tried it and it seems to work. Thank you very much! I am looking forward to the next version release.