Package Details: wg-client 6.5.0-1

Git Clone URL: https://aur.archlinux.org/wg-client.git (read-only, click to copy)
Package Base: wg-client
Description: Wireguard linux client (command line and gui)
Upstream URL: https://github.com/gene-git/wg-client
Keywords: client wireguard
Licenses: MIT
Submitter: GeneArch
Maintainer: GeneArch
Last Packager: GeneArch
Votes: 3
Popularity: 0.043605
First Submitted: 2024-01-07 20:21 (UTC)
Last Updated: 2025-01-01 01:15 (UTC)

Pinned Comments

GeneArch commented on 2025-01-03 10:31 (UTC)

Note on getting the git signing public key. Any of the following:

1) Get fresh copy of the package (on this page Package Actions Download Snapshot) Unpack tar file and the key will be in keys/pgp:

gpg --import < keys/pgp/*.asc

2) Available on github (same account as the package source): https://github.com/gene-git/blog/tree/master/git-keys

3) From authors website : https://www.sapience.com/tech

4) via WKD curl $(gpg-wks-client --print-wkd-url arch@sapience.com) | gpg --import

Latest Comments

d3m3vilurr commented on 2025-01-03 16:38 (UTC)

thank you. imported key using github repo's one. :)

and i'll send email for checking the ip addr.

GeneArch commented on 2025-01-03 10:31 (UTC)

Note on getting the git signing public key. Any of the following:

1) Get fresh copy of the package (on this page Package Actions Download Snapshot) Unpack tar file and the key will be in keys/pgp:

gpg --import < keys/pgp/*.asc

2) Available on github (same account as the package source): https://github.com/gene-git/blog/tree/master/git-keys

3) From authors website : https://www.sapience.com/tech

4) via WKD curl $(gpg-wks-client --print-wkd-url arch@sapience.com) | gpg --import

GeneArch commented on 2025-01-03 10:23 (UTC)

Hi @d3m3vilurr and sorry you are having trouble activating git source verifictaion.

1) The key is part of the AUR package - download a fresh copy of the package from link on this page top right:

Package Actions -> Download snapshot

Unpack the tar file and it has keys/pgp directory with the key.

2) Sometimes IPs get caught up in firewall blocks for some reason - if its important send private email to arch@sapience.com and perhaps it can be sorted out.

3) I have made the key available from same github account as package source

https://github.com/gene-git/blog/tree/master/git-keys

d3m3vilurr commented on 2025-01-03 03:33 (UTC)

@GeneArch is a solution still work?

IDK reason, In South Korea, sapience.com is not accessable. so I have no idea how to update keyring.

GeneArch commented on 2025-01-01 23:05 (UTC) (edited on 2025-01-01 23:08 (UTC) by GeneArch)

Key is available but not from pgp key servers which should no longer be used.

For more info please take a look at comment in another package:

https://aur.archlinux.org/packages/wg_tool#comment-1004777

quick solutions (as the package build user) use one of the following:

1) in same directory as PKGBUILD : gpg --import keys/pgp/*.asc

2) curl $(gpg-wks-client --print-wkd-url arch@sapience.com) | gpg --import

3) download at the authors website : www.sapience.com/tech

menteb commented on 2025-01-01 22:50 (UTC)

Seems the GPG key for validation doesn't not exist... :: PGP keys need importing: -> 7CCA1BA66669F3273DB52678E5B81343AB9809E1, required by: wg-client python-pynotify :: Import? [Y/n] :: Importing keys with gpg... gpg: keyserver receive failed: No data -> problem importing keys

GeneArch commented on 2024-02-09 22:31 (UTC) (edited on 2024-02-09 22:37 (UTC) by GeneArch)

PKGBUILD is updated in current version - thank you again for reporting.

If you come across any issues please let me know (enhancement requests and bug reports best done on upstream github (url above)).

thank you again.

gene

GeneArch commented on 2024-02-09 22:14 (UTC)

Thank you for letting me know - you're absolutely correct - will fix asap and push update.

thank you

gwy commented on 2024-02-09 20:53 (UTC)

Hey, just letting you know that I think you're missing a few dependancies. I've had to add python-installer and python-netaddr so far. I haven't set it up yet, just gotten it to the point where I can run the wg-client command without any errors. I just wanted to let you know. Thank you.