Can't apply visual-studio-code-bin update

As the title says, I can’t update visual-studio-code-bin from version 1.62.2-1 to 1.62.3-1.

Any light on how to solve this?

BTW: I’m using Add/Remove Software app when trying to apply this update.

Building visual-studio-code-bin...
==> Making package: visual-studio-code-bin 1.62.3-1 (Sun 21 Nov 2021 06:42:37 PM -03)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found visual-studio-code.desktop
  -> Found visual-studio-code-url-handler.desktop
  -> Found visual-studio-code-workspace.xml
  -> Found code_x64_1.62.3.tar.gz
==> Validating source files with sha256sums...
    visual-studio-code.desktop ... Passed
    visual-studio-code-url-handler.desktop ... Passed
    visual-studio-code-workspace.xml ... Passed
==> Validating source_x86_64 files with sha256sums...
    code_x64_1.62.3.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
Failed to build visual-studio-code-bin

You need to clear the AUR cache because your download has invalid checksums.

pamac clean --build-files
1 Like

Why do you use the AUR package when there is an official package?
sudo pacman -Sy code

I chose to go with the AUR version after reading the ArchWiki on Visual Studio Code (Extension support topic). This is the first time an error ocurred since I installed it on my machine. For me it’s a matter of taste.

This worked flawlessly! Thank you so much!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.