pacstall / pacstall-programs

Pacstall's official program repository
https://pacstall.dev/packages
MIT License
172 stars 132 forks source link

Broken: shellcheck-bin #4192

Closed Zahrun closed 1 year ago

Zahrun commented 1 year ago

Package name

shellcheck-bin

Version

0.9.0

Pacstall version

4.0.0

Relevant log output

pacstall -I shellcheck-bin 
(shellcheck-bin) Do you want to view/edit the pacscript? [y/N] 
[+] INFO: Sourcing pacscript
[!] ERROR: 'breaks' index '0' cannot be empty
[+] INFO: Cleaning up
[!] ERROR: Failed to install shellcheck-bin

Patch for package

No response

Elsie19 commented 1 year ago

Will be fixed in 4.0.1 probably tomorrow

oklopfer commented 1 year ago

Strangely, on the docker image, it also failed, but with a different issue.

pacstall@oklopfer:~$ pacstall -I shellcheck-bin 
(shellcheck-bin) Do you want to view/edit the pacscript [y/N] y
[+] INFO: Sourcing pacscript
[!] ERROR: Package does not contain version
[+] INFO: Cleaning up
[!] ERROR: Failed to install shellcheck-bin
pacstall@oklopfer:~$ 
oklopfer commented 1 year ago

This was actually an issue with the shellcheck package, see https://github.com/pacstall/pacstall-programs/commit/a98abb35e5390350329e47e5ee1f2d7961f852b4. Fixed now