Search Criteria
Package Details: vlang-bin 0.4.10-3
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.55 |
First Submitted: | 2020-03-17 22:41 (UTC) |
Last Updated: | 2025-04-23 07:51 (UTC) |
Dependencies (7)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- git (git-gitAUR, git-glAUR) (make)
- libx11 (libx11-gitAUR) (make)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR) (optional) – Needed for graphics support
- glfw (glfw-gitAUR, glfw-wayland-minecraft-cursorfixAUR) (optional) – Needed for graphics support
- openssl (openssl-gitAUR, openssl-staticAUR) (optional) – Needed for http support
Required by (8)
- compass-status-git (requires vlang) (make)
- crepl-git (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 »
SunRed commented on 2024-12-27 12:47 (UTC)
Please add
git
andlibx11
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)
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 runv 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) installv
system-wide (eg. you are on the someone else's machine and you don't have permission to install packages, so you just installv
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 whatyay -S vlang-bin
installs.lberrymage commented on 2021-01-02 11:00 (UTC)
@chovy It requires
sudo
because this package installsv
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 viapacman
, notv up
.chovy commented on 2021-01-02 01:15 (UTC)
How come
v up
requiressudo 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 :)ragouel commented on 2020-07-20 16:25 (UTC)
@lberrymage Touch away...
lberrymage commented on 2020-07-20 16:02 (UTC)
Oh wait... this is the
-bin
package. The other workaround is totouch
each binary in the cmd/tools directory so their mtime is later than that of their respective source code.1 2 Next › Last »