Package Details: mullvad-ping 0.8.0-1

Git Clone URL: https://aur.archlinux.org/mullvad-ping.git (read-only, click to copy)
Package Base: mullvad-ping
Description: Gets the list of Mullvad servers with the best latency according to ping
Upstream URL: https://github.com/grant0417/mullvad-ping
Licenses: MIT
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 4
Popularity: 0.31
First Submitted: 2022-05-30 21:05 (UTC)
Last Updated: 2024-04-07 16:00 (UTC)

Required by (0)

Sources (1)

Latest Comments

yochananmarqos commented on 2024-09-11 22:24 (UTC)

@dreieck: The build() function is based on upstream.

Feel free to make suggestions and/or post a diff.

dreieck commented on 2024-09-11 22:19 (UTC) (edited on 2024-09-11 22:20 (UTC) by dreieck)

This PKGBUILD downloads stuff during build().

Please do not do that.

If you really cannot fit all source downloads into the source array (or, maybe in this case, make a package and makedepends on it), then please download in prepare() so that build() can run in a restricted or offline environment.

Regards and thanks for the package!

==> Starting build()...
Check file:///tmp/makepkg/build/mullvad-ping/src/mullvad-ping-0.8.0/script.ts
Compile file:///tmp/makepkg/build/mullvad-ping/src/mullvad-ping-0.8.0/script.ts to mullvad-ping
Download https://dl.deno.land/release/v1.46.0/denort-x86_64-unknown-linux-gnu.zip 11.57MiB/30.31MiB
[00:10] [################>------------------------------]

LarryDave commented on 2023-04-05 11:02 (UTC)

After installing the package and running the command, I get this error:

error: Uncaught Error: Invalid value for owned, must be true or false
    throw new Error("Invalid value for owned, must be true or false");
          ^
at file:///home/larry/.aur/mullvad-ping/src/mullvad-ping-0.4.0/script.ts:67:15