Protonvpn-cli-ng 2.2.6-2 not updating

CPU:
  Info: Quad Core model: Intel Core i7-7700 bits: 64 type: MT MCP 
  arch: Kaby Lake family: 6 model-id: 9E (158) stepping: 9 microcode: DE 
  cache: L2: 8 MiB bogomips: 57616 
  Speed: 800 MHz min/max: 800/4200 MHz Core speeds (MHz): 1: 800 2: 800 3: 800 
  4: 800 5: 800 6: 801 7: 800 8: 800 
  Flags: 3dnowprefetch abm acpi adx aes aperfmperf apic arat arch_perfmon art 
  avx avx2 bmi1 bmi2 bts clflush clflushopt cmov constant_tsc cpuid 
  cpuid_fault cx16 cx8 de ds_cpl dtes64 dtherm dts ept ept_ad erms est f16c 
  flexpriority flush_l1d fma fpu fsgsbase fxsr hle ht hwp hwp_act_window 
  hwp_epp hwp_notify ibpb ibrs ida intel_pt invpcid invpcid_single lahf_lm lm 
  mca mce md_clear mmx monitor movbe mpx msr mtrr nonstop_tsc nopl nx pae pat 
  pbe pcid pclmulqdq pdcm pdpe1gb pebs pge pln pni popcnt pse pse36 pti pts 
  rdrand rdseed rdtscp rep_good rtm sdbg sep smap smep smx ss ssbd sse sse2 
  sse4_1 sse4_2 ssse3 stibp syscall tm tm2 tpr_shadow tsc tsc_adjust 
  tsc_deadline_timer vme vmx vnmi vpid x2apic xgetbv1 xsave xsavec xsaveopt 
  xsaves xtopology xtpr 
  Vulnerabilities: Type: itlb_multihit status: KVM: VMX disabled 
  Type: l1tf 
  mitigation: PTE Inversion; VMX: conditional cache flushes, SMT vulnerable 
  Type: mds mitigation: Clear CPU buffers; SMT vulnerable 
  Type: meltdown mitigation: PTI 
  Type: spec_store_bypass 
  mitigation: Speculative Store Bypass disabled via prctl and seccomp 
  Type: spectre_v1 
  mitigation: usercopy/swapgs barriers and __user pointer sanitization 
  Type: spectre_v2 mitigation: Full generic retpoline, IBPB: conditional, 
  IBRS_FW, STIBP: conditional, RSB filling 
  Type: srbds mitigation: Microcode 
  Type: tsx_async_abort mitigation: Clear CPU buffers; SMT vulnerable

getting the ‘failed to build protonvpn-cli-ng’ message and the following below:-

Preparing...
Cloning protonvpn-cli-ng build files...
Checking protonvpn-cli-ng dependencies...
Synchronizing package databases...
Resolving dependencies...
Checking inter-conflicts...

Building protonvpn-cli-ng...
==> Making package: protonvpn-cli-ng 2.2.6-2 (Fri 26 Mar 2021 17:57:44 GMT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found v2.2.6.tar.gz
==> Validating source files with sha256sums...
    v2.2.6.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
Failed to build protonvpn-cli-ng

Any ideas?

When pasting terminal output, highlight it and use the Preformatted text </> button, not the Quote " button.

Alternatively, add three backticks ` above and below the text:

```
text
```

Please edit your post accordingly.

ok done, it’s been a while since I last posted, apologies.

The checksums are failing. You can update them manually with updpkgsums:

sudo pacman -Syu --needed base-devel git
git clone https://aur.archlinux.org/protonvpn-cli-ng.git
cd protonvpn-cli-ng
updpkgsums && makepkg -srcif
2 Likes

thanks for taking the time. That’s resolved the issue. :smile:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.