Package Details: vlang-bin 0.4.12-1

Git Clone URL: https://aur.archlinux.org/vlang-bin.git (read-only, click to copy)
Package Base: vlang-bin
Description: Simple compiled language for developing maintainable software (binary release)
Upstream URL: https://vlang.io
Keywords: language programming v vlang
Licenses: MIT
Conflicts: vlang
Provides: vlang
Submitter: ragouel
Maintainer: envolution
Last Packager: envolution
Votes: 5
Popularity: 0.035690
First Submitted: 2020-03-17 22:41 (UTC)
Last Updated: 2025-09-19 13:23 (UTC)

Dependencies (6)

Required by (9)

Sources (1)

Latest Comments

1 2 Next › Last »

itsr1ght commented on 2026-01-10 11:12 (UTC)

0.5.0 has been released @envolution can you update the package

envolution commented on 2025-05-30 17:57 (UTC)

I think any persisting permissions problems can be solved by removing and reinstalling this package - they don't appear to be present in the current release

oech3 commented on 2025-05-30 11:17 (UTC)

It seems chmod -R 755 /usr/lib/vlang is enough.

SunRed commented on 2024-12-27 12:47 (UTC)

Please add git and libx11 as a make dependency, otherwise it fails to build in a clean chroot.

lberrymage commented on 2021-01-20 05:09 (UTC) (edited on 2021-01-20 05:09 (UTC) by lberrymage)

The only way I was able to make it run, was to grant 777 recursively on /usr/lib/vlang/cmd, which is a potential security risk. Use at your own risk.

We should be able to solve the chmod 777 problem once upstream cuts a new release. See this commit.

1ace commented on 2021-01-02 13:20 (UTC) (edited on 2021-01-02 13:25 (UTC) by 1ace)

@chovy: you seem to be misunderstanding the point of v up and what a package manager is and does. I encourage you to read up on those, and you'll understand why you must never run v up (unless you want to break your system) :)

Edit (to be clearer): v up does have a reason to exist, as it is useful in two cases: when you don't have a package manager (eg. on Windows), or if you don't want to (or can't) install v system-wide (eg. you are on the someone else's machine and you don't have permission to install packages, so you just install v in your user's home folder).

chovy commented on 2021-01-02 13:02 (UTC)

sudo v up still updated it. I guess that is newer than what yay -S vlang-bin installs.

lberrymage commented on 2021-01-02 11:00 (UTC)

@chovy It requires sudo because this package installs v in a system directory which requires superuser permissions to write to. This shouldn't be a problem if you're using this package though since you should upgrade via pacman, not v up.

chovy commented on 2021-01-02 01:15 (UTC)

How come v up requires sudo v up to work? The vlang guys say this shouldn't be required.

1ace commented on 2020-12-26 10:14 (UTC)

Adding to my out-of-date message, sed s/0.1.29/0.2/ -i PKGBUILD && updpkgsums && mksrcinfo is enough to update the package :)