summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-01-22Update from 0.2.1 to 0.2.2lberrymage
2021-01-19Add openssl to optdependslberrymage
vpm requires it to function
2021-01-19Remove unnecessary dependency 'libcurl.so'lberrymage
2021-01-19Update from 0.1.29 to 0.2.1lberrymage
2020-08-06Update to version 0.1.29lberrymage
2020-07-22Use shorter patch to address no-compile.patchlberrymage
When building the package as one typically would via `makepkg`, no errors are encountered. However, when building in a clean chroot with the help of the `devtools` package, "no-compile.patch" cannot be found. Addressing the file as one directory "closer" to the current working directory solves this problem, and `makepkg` still finds the file due to a symlink it creates automatically. This will be useful for both testing the package and moving it to the community repository, should that ever happen.
2020-07-21Add vlang-bin as a conflicting packagelberrymage
2020-07-21Match package description with upstreamlberrymage
It's a bit of a nitpick, but we might as well be consistent.
2020-07-21Fix compilation error related to markdown modulelberrymage
Users were previously getting errors like the following when attempting to build the package: > V self compiling (-prod)... > builder error: cannot import module "markdown" (not found) > ==> ERROR: A failure occurred in build(). > Aborting... > error making: %!s(func() string=0x55b93b10ba60) Although not obvious at first glance, this occured while building `vdoc`, as it requires the markdown module to be installed in the building user's home directory. This commit satisfies said requirement.
2020-07-21Add git to makedependslberrymage
2020-07-19Use sha256sums instead of md5sumslberrymage
2020-07-19Update to version 0.1.28.1lberrymage
It is required to manually checkout a specific revision of `vc` as the latest release tarball for `vc` is 0.1.20. The revision checked out corresponds exactly to the current release of `v`. There are GitHub issues upstream addressing this issue and a solution is in the works.
2020-01-09Updated sha256sumsFelix Golatofski
2019-09-17Update to v0.1.20László Várady
2019-09-17Update to v0.1.19László Várady
2019-07-31up 0.1.17whoami
2019-07-18fix for future V release: examples/hot_code_reloading/bounce.vwhoami
2019-07-17updatewhoami
2019-07-17up 0.1.15whoami
2019-06-22initial commit. Not ready for use. Waiting for public releasewhoami