Search Criteria
Package Details: vlang-bin 0.4.12-1
Package Actions
| 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)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- git (git-gitAUR, git-glAUR) (make)
- libx11 (libx11-gitAUR, libx11-mr293AUR) (make)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR) (optional) – Needed for graphics support
- glfw (glfw-gitAUR, glfw-wayland-minecraft-cursorfixAUR) (optional) – Needed for graphics support
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR) (optional) – Needed for http support
Required by (9)
- compass-status-git (requires vlang) (make)
- crepl-git (requires vlang) (make)
- ghpkg (requires vlang) (make)
- v-analyzer-bin (requires vlang)
- v-analyzer-git (requires vlang)
- vieter (requires vlang) (make)
- vieter-git (requires vlang) (make)
- vlang-coreutils-git (requires vlang) (make)
- vlogsolv (requires vlang) (make)
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/vlangis enough.SunRed commented on 2024-12-27 12:47 (UTC)
Please add
gitandlibx11as 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)
We should be able to solve the
chmod 777problem 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 upand what a package manager is and does. I encourage you to read up on those, and you'll understand why you must never runv up(unless you want to break your system) :)Edit (to be clearer):
v updoes 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) installvsystem-wide (eg. you are on the someone else's machine and you don't have permission to install packages, so you just installvin your user's home folder).chovy commented on 2021-01-02 13:02 (UTC)
sudo v upstill updated it. I guess that is newer than whatyay -S vlang-bininstalls.lberrymage commented on 2021-01-02 11:00 (UTC)
@chovy It requires
sudobecause this package installsvin 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 viapacman, notv up.chovy commented on 2021-01-02 01:15 (UTC)
How come
v uprequiressudo v upto 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 && mksrcinfois enough to update the package :)1 2 Next › Last »