Search Criteria
Package Details: ivpn-ui 3.9.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ivpn-ui.git (read-only, click to copy) |
---|---|
Package Base: | ivpn-ui |
Description: | IVPN - Secure VPN for Privacy |
Upstream URL: | https://www.ivpn.net |
Keywords: | ivpn openvpn privacy security vpn vpn-client wireguard |
Licenses: | GPL3 |
Submitter: | stenya |
Maintainer: | stenya |
Last Packager: | stenya |
Votes: | 9 |
Popularity: | 0.180665 |
First Submitted: | 2020-11-27 21:55 (UTC) |
Last Updated: | 2022-08-09 10:59 (UTC) |
Dependencies (3)
- ivpn
- npm (nodejs6-bin, nodejs-nightly) (make)
- nvm (nvm-git) (make)
Latest Comments
cyberpunkrocker commented on 2022-08-01 03:36 (UTC)
Feature request: create a symlink in /usr/bin to /opt/ivpn/ui/bin/ivpn-ui, so it would be easier to use from command line.
stenya commented on 2022-05-20 13:22 (UTC)
@jonathon Package is updated
jonathon commented on 2022-05-18 23:01 (UTC) (edited on 2022-05-19 10:55 (UTC) by jonathon)
Line 37 shouldn't be in a PKGBUILD - it's affecting a file outside of the build process, and will also fail in a clean chroot. If the
chrome-sandbox
executable needs specific permissions then that should be dealt with in the PKGBUILD, although before that change is made it needs to be verified whether it's actually needed under Arch rather than just "some Linux versions".nattravnen commented on 2021-07-31 15:47 (UTC) (edited on 2021-07-31 15:51 (UTC) by nattravnen)
Hello, during the installation of the package I got the following error:
/tmp/alpm_bB8Iwi/.INSTALL: line 74: prepare: command not found error: command failed to execute correctly
However everything seems to working fine. Anyone can help me with this ?
Cheers
commented on 2021-06-29 18:39 (UTC)
@reclusivesage That's probably from nvm setting new defaults. I wouldn't worry too much.
@stenya Thanks for the fix. Why does the build process include formatting, linting and testing? I think this should be done during CI instead to shave off some build time for regular users.
reclusivesage commented on 2021-06-29 18:35 (UTC)
Thank you! Now it installs just fine.
Though I noticed a new sudo prompt before
build()
starts (not for Pacman):Pretty sure it's nothing major with Node(JS?).
HeavyRootsDub commented on 2021-06-29 18:27 (UTC)
stenya, BIG THANK YOU, it works like a charm. Best regards.
stenya commented on 2021-06-29 17:47 (UTC)
Ladies and gentlemen, the issue should be fixed now. Please, check.
@reclusivesage thank you for the logs!
HeavyRootsDub commented on 2021-06-29 15:22 (UTC)
Same here
commented on 2021-06-29 14:57 (UTC)
I'm receiving the same error message
reclusivesage commented on 2021-06-29 14:31 (UTC) (edited on 2021-06-29 18:26 (UTC) by reclusivesage)
When building app with
electron-builder
began, I received a failure duringbuild()
. This is the output I received:When I check
home/USER/.npm/_logs/2021-06-29T14_08_11_116Z-debug.log
, this is what I see:missingSleepDeps commented on 2021-04-01 18:38 (UTC)
Building ivpn-ui... ==> Making package: ivpn-ui 3.2.3-1 (Thu 01 Apr 2021 11:35:47 AM PDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found ivpn-ui-src-v3.2.3.tar.gz ==> Validating source files with sha256sums... ivpn-ui-src-v3.2.3.tar.gz ... Passed ==> Removing existing $srcdir/ directory... ==> Extracting sources... -> Extracting ivpn-ui-src-v3.2.3.tar.gz with bsdtar ==> Removing existing $pkgdir/ directory... ==> Starting build()... npm ERR! semver.simplifyRange is not a function
npm ERR! A complete log of this run can be found in: npm ERR! /home/"redacted"/.npm/_logs/2021-04-01T18_35_53_292Z-debug.log ==> ERROR: A failure occurred in build(). Aborting...