Package Details: fvs2 0.1.5-3

Git Clone URL: https://aur.archlinux.org/fvs2.git (read-only, click to copy)
Package Base: fvs2
Description: Standalone CLI for FVS v2
Upstream URL: https://github.com/fvs-lab/fvs2
Licenses: MIT
Submitter: w568w
Maintainer: w568w
Last Packager: w568w
Votes: 3
Popularity: 1.63
First Submitted: 2026-03-24 17:54 (UTC)
Last Updated: 2026-05-23 17:04 (UTC)

Dependencies (1)

Required by (1)

Sources (2)

Latest Comments

w568w commented on 2026-05-23 17:01 (UTC)

@willlker I saw that some other packages (e.g., bottles) use arch=(any). But you are correct, I've updated it.

willker commented on 2026-05-23 15:02 (UTC) (edited on 2026-05-23 15:03 (UTC) by willker)

Sorry, the information provided is incorrect. According to ArchWiki, it should be 'x86_64' 'aarch64' instead of 'any'.

w568w commented on 2026-05-23 14:09 (UTC)

@willker Done.

willker commented on 2026-05-23 14:00 (UTC)

can you change arch to 'any' plz

haljordan commented on 2026-04-13 14:54 (UTC)

Odd, this file only had that line, and I don't recall every making it.... ~/.config/go/env:GO111MODULE=off

w568w commented on 2026-04-09 12:36 (UTC)

Started to get this error: modules disabled by GO111MODULE=off

@haljordan , it seems very strange to me. GO111MODULE should be on by default. Maybe you've installed a non-standard version of Go? Also check your /etc/makepkg.conf.

haljordan commented on 2026-04-09 12:31 (UTC)

Started to get this error:

go: modules disabled by GO111MODULE=off; see 'go help modules'

Can't find that being set anywhere, is it a new default for go?

After adding this to prepare before the other export, it built fine:

export GO111MODULE="on"