Yep, that's already mentioned in the PKGBUILD. I'll update the pinned comment though.
Search Criteria
Package Details: snowflake-client 1:1.3.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/snowflake-client.git (read-only, click to copy) |
---|---|
Package Base: | snowflake-client |
Description: | Snowflake Database command line client (snowsql) |
Upstream URL: | http://www.snowflake.net/ |
Licenses: | custom:commercial |
Submitter: | dcelasun |
Maintainer: | dcelasun (edapa) |
Last Packager: | dcelasun |
Votes: | 3 |
Popularity: | 0.000037 |
First Submitted: | 2015-04-27 07:58 (UTC) |
Last Updated: | 2025-03-13 15:06 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- libxcrypt-compat
Required by (0)
Sources (2)
dcelasun commented on 2025-03-19 21:15 (UTC)
mnussbaum commented on 2025-03-19 20:44 (UTC)
Per the Snowflake docs their key has changed, and 2A3149C82551A34A
needs to be trusted now
00ein00 commented on 2024-10-03 14:56 (UTC) (edited on 2024-10-03 15:00 (UTC) by 00ein00)
Despite following instructions, it still fails for me as well (not using any VPNs)
==> Verifying source file signatures with gpg...
snowflake-client-1.3.1.bash ... FAILED (the public key 23D808A5B09A9CB34610C0B2630D9F3CAB551AF3 is not trusted)
==> ERROR: One or more PGP signatures could not be verified!
mnussbaum commented on 2024-01-04 21:49 (UTC)
Ah thanks for double checking @dcelasun! It looks like it was an issue that only occurred when I had a VPN enabled, my apologies
dcelasun commented on 2024-01-04 20:59 (UTC) (edited on 2024-01-04 20:59 (UTC) by dcelasun)
@mnussbaum your GPG config must be broken, it works fine for me:
$ gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 630D9F3CAB551AF3
gpg: key 630D9F3CAB551AF3: "Snowflake Computing (Snowflake Computing Gpg Key) <snowflake_gpg@snowflake.net>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
mnussbaum commented on 2024-01-04 20:39 (UTC)
It looks like the pinned gpg command fails now:
••• gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 630D9F3CAB551AF3
gpg: keyserver receive failed: Server indicated a failure
dcelasun commented on 2023-03-28 21:39 (UTC) (edited on 2025-03-19 21:15 (UTC) by dcelasun)
To add the Snowflake GPG keys to your keyring, run
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 2A3149C82551A34A
printf "trusted-key 2A3149C82551A34A\n" >> ~/.gnupg/gpg.conf
dcelasun commented on 2023-03-28 21:39 (UTC)
@johnportella it seems Snowflake have changed their GPG key with the latest version. I've updated the package to 1.2.24 which has the new key in the PKGBUILD. I'll also update the stickied post.
johnportella commented on 2023-03-28 21:28 (UTC) (edited on 2023-03-28 21:31 (UTC) by johnportella)
==> Making package: snowflake-client 1:1.2.23-1 (Tue 28 Mar 2023 04:28:27 PM -05)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found snowflake-client-1.2.23.bash
-> Found snowflake-client-1.2.23.bash.sig
==> Validating source files with sha256sums...
snowflake-client-1.2.23.bash ... Passed
snowflake-client-1.2.23.bash.sig ... Skipped
==> Verifying source file signatures with gpg...
snowflake-client-1.2.23.bash ... FAILED (the public key 13C052DA34A48D2B888E6B0037C7086698CB005C is not trusted)
==> ERROR: One or more PGP signatures could not be verified!
-> error making: snowflake-client
gpg --keyserver hkp://keys.gnupg.net --recv-keys 37C7086698CB005C EC218558EABB25A1
printf "trusted-key 37C7086698CB005C\ntrusted-key EC218558EABB25A1\n" >> ~/.gnupg/gpg.conf
is not working
siavoshkc commented on 2022-10-02 16:45 (UTC)
unzip is a dependency. pgpkey should be added to pacman keyring. This could be added to PKGBUILD: validpgpkeys=('13C052DA34A48D2B888E6B0037C7086698CB005C')
Pinned Comments
dcelasun commented on 2023-03-28 21:39 (UTC) (edited on 2025-03-19 21:15 (UTC) by dcelasun)
To add the Snowflake GPG keys to your keyring, run