Made a fresh install of Manjaro Xfce 15.09.
It works now :-)
Search Criteria
Package Details: private-internet-access-vpn 3.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/private-internet-access-vpn.git (read-only, click to copy) |
---|---|
Package Base: | private-internet-access-vpn |
Description: | Installs VPN profiles for Private Internet Access Service |
Upstream URL: | https://www.privateinternetaccess.com/ |
Keywords: | connman networkmanager openvpn python vpn |
Licenses: | GPL |
Conflicts: | xawtv |
Submitter: | flamusdiu |
Maintainer: | Auerhuhn |
Last Packager: | Auerhuhn |
Votes: | 86 |
Popularity: | 0.000008 |
First Submitted: | 2014-08-14 01:22 (UTC) |
Last Updated: | 2024-04-14 17:12 (UTC) |
Dependencies (10)
- openvpn (openvpn-gitAUR, openvpn-mbedtlsAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-docopt
- python-setuptools
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
- connman (connman-gitAUR, connman-systemd-resolvedAUR) (optional) – Enables PIA for Connman
- networkmanager (networkmanager-gitAUR, networkmanager-iwdAUR) (optional) – Enables PIA for Network Manager (needs a openvpn plugin)
Required by (0)
Sources (9)
Latest Comments
« First ‹ Previous 1 .. 36 37 38 39 40 41 42 43 44 45 46 .. 48 Next › Last »
Svante commented on 2015-10-06 07:51 (UTC)
flamusdiu commented on 2015-09-21 13:17 (UTC)
@Svante: what errors?
Svante commented on 2015-09-20 07:39 (UTC)
I got errors too :-(
<deleted-account> commented on 2015-08-08 05:11 (UTC)
My previous post seems to have been overlooked. In the PKGBUILD, the following line:
new_file_name="${new_file_name/ /_}"
should be:
new_file_name="${new_file_name// /_}"
flamusdiu commented on 2015-08-08 03:32 (UTC)
Lets try that again ...
wjko commented on 2015-08-08 03:01 (UTC)
I'm also getting errors, using Yaourt, manually pointed at AUR4. The error I get is identical to BrilliantByrd's.
flamusdiu commented on 2015-08-05 18:06 (UTC)
PIA updated the zip file again. It should be good now.
BrilliantByrd commented on 2015-08-05 01:14 (UTC)
Hmm... I'm sing Octopi w/ the AURURL manually set to AUR4. I'm getting this error.
==> Validating source files with sha256sums...
openvpn.zip ... FAILED
update-resolv-conf.sh ... Passed
login-example.conf ... Passed
pia-example.conf ... Passed
restart.conf ... Passed
vpn.sh ... Passed
pia.8.gz ... Passed
python-pia ... Skipped
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build private-internet-access-vpn.
<deleted-account> commented on 2015-07-31 01:08 (UTC)
new_file_name="${new_file_name/ /_}" # Only replaces first space
new_file_name="${new_file_name// /_}" # Replaces all spaces
Pinned Comments
Auerhuhn commented on 2023-10-27 08:23 (UTC) (edited on 2023-10-27 08:23 (UTC) by Auerhuhn)
Note that this package provides only VPN profiles but not the vendor’s software.
The package version refers to the
python-pia
tool by @flamusdiu, which may lag behind the vendor’s own VPN software version.Please do not flag this package out-of-date unless @flamusdiu releases a new stable
python-pia
version.Thank you!