Package Details: mkp224o 1.7.0-1

Git Clone URL: https://aur.archlinux.org/mkp224o.git (read-only, click to copy)
Package Base: mkp224o
Description: Vanity address generator for Tor onion v3 (ed25519) Onion Services
Upstream URL: https://github.com/cathugger/mkp224o
Licenses: custom:CC0
Provides: mkp224o
Submitter: berilac
Maintainer: berilac
Last Packager: berilac
Votes: 9
Popularity: 0.52
First Submitted: 2019-04-14 13:47 (UTC)
Last Updated: 2024-01-23 21:12 (UTC)

Pinned Comments

berilac commented on 2022-07-23 05:01 (UTC) (edited on 2022-07-23 05:02 (UTC) by berilac)

@PMay: During the latest update (to v1.6.1), I uploaded the author's public key to https://pgp.mit.edu/ and now reference it in the PKGBUILD.

You'll need to run $ gpg --recv-keys 9BADDA2DAF6F01A8 as the user that builds your aur packages.

The MIT server seems to have trouble at times. By now the key should have filtered through to other servers.

I've successfully tested the following: $ gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 9BADDA2DAF6F01A8.

https://aur.archlinux.org/cgit/aur.git/commit/?h=mkp224o&id=e1161a5acf8bc56aa76f78e2589663c4befb6c07

Latest Comments

berilac commented on 2022-07-23 05:01 (UTC) (edited on 2022-07-23 05:02 (UTC) by berilac)

@PMay: During the latest update (to v1.6.1), I uploaded the author's public key to https://pgp.mit.edu/ and now reference it in the PKGBUILD.

You'll need to run $ gpg --recv-keys 9BADDA2DAF6F01A8 as the user that builds your aur packages.

The MIT server seems to have trouble at times. By now the key should have filtered through to other servers.

I've successfully tested the following: $ gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 9BADDA2DAF6F01A8.

https://aur.archlinux.org/cgit/aur.git/commit/?h=mkp224o&id=e1161a5acf8bc56aa76f78e2589663c4befb6c07

PMay commented on 2022-07-23 04:25 (UTC) (edited on 2022-07-23 04:26 (UTC) by PMay)

I get this error:

mkp224o-1.6.1-src.tar.zst ... FAILED (unknown public key 9BADDA2DAF6F01A8)
==> ERROR: One or more PGP signatures could not be verified!

I can nowhere find the key 9BADDA2DAF6F01A8

Can you please solve this issue?

berilac commented on 2019-04-17 06:06 (UTC)

@arcmags: thanks again - I'll need to make that a habit. I should have read this first: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot

mags commented on 2019-04-16 21:00 (UTC) (edited on 2019-04-16 21:04 (UTC) by mags)

@berilac: it should be in depends. libsodium is required for it to run. Every package should/needs to be built in a clean chroot. If you don't build and test in a chroot or a clean system, you may not notice all the dependencies because you already had them installed on your system.

berilac commented on 2019-04-16 20:27 (UTC) (edited on 2019-04-16 20:28 (UTC) by berilac)

@arcmags : thanks. done. any input like this is more than welcome. should it be optdepend?

mags commented on 2019-04-16 19:34 (UTC) (edited on 2019-04-16 19:57 (UTC) by mags)

depends=('libsodium') required to build and run in clean chroot.