Package Details: volta-bin 2.0.2-1

Git Clone URL: https://aur.archlinux.org/volta-bin.git (read-only, click to copy)
Package Base: volta-bin
Description: JS Toolchains as Code
Upstream URL: https://volta.sh/
Keywords: js launcher manager tool
Licenses: BSD-2-Clause
Submitter: frangio
Maintainer: neolouker
Last Packager: neolouker
Votes: 15
Popularity: 0.52
First Submitted: 2021-08-02 02:29 (UTC)
Last Updated: 2024-12-10 03:04 (UTC)

Latest Comments

aag commented on 2024-08-15 15:02 (UTC)

Yup, missing execution bit on /usr/bin/volta

erwinv commented on 2024-08-14 02:23 (UTC)

The latest PKGBUILD erroneously removes the executable permissions from the volta binaries. It is fixed by changing this line

install -Dm644 -t "$pkgdir/usr/bin" volta volta-shim volta-migrate

to

install -Dm755 -t "$pkgdir/usr/bin" volta volta-shim volta-migrate

frangio commented on 2023-01-30 23:29 (UTC)

Sorry about that! It's fixed now.

dront78 commented on 2023-01-30 21:23 (UTC)

please fix

aag commented on 2023-01-26 19:08 (UTC)

I'm getting the same md5 as @trecloux.

trecloux commented on 2023-01-25 07:21 (UTC) (edited on 2023-01-25 07:22 (UTC) by trecloux)

Hi @frangio, thanks for your work.

It looks like checksum of volta-1.1.1-linux.tar.gz file does not match, I compute locally f290b349022127633cf1e4df93f28067 instead of 6ea2213570eca7218668c5bf86890ba5 mentioned in the PKGBUILD file.

mi544 commented on 2021-08-02 02:24 (UTC)

@frangio The PKGBUILD downloads a precompiled github release instead of building from source. Please rename the AUR package name from volta to volta-bin to reflect that, as noted in the previous comment.

flipee commented on 2020-10-14 21:22 (UTC)

This is a bin package and should be renamed with a -bin suffix. Please file a merge request or change PKGBUILD to build the package from source.