Package Details: eparaksts-token-signing 2.3.9-2

Git Clone URL: https://aur.archlinux.org/eparaksts-token-signing.git (read-only, click to copy)
Package Base: eparaksts-token-signing
Description: eParaksts browser plugins
Upstream URL: https://www.eparaksts.lv
Keywords: eparaksts
Licenses: LGPL-2.1-or-later
Groups: eparaksts
Submitter: kaaposc
Maintainer: kaaposc
Last Packager: kaaposc
Votes: 5
Popularity: 0.020665
First Submitted: 2018-04-29 18:13 (UTC)
Last Updated: 2025-09-25 15:25 (UTC)

Latest Comments

kaaposc commented on 2025-09-25 15:28 (UTC)

yay for upstream folks that change their pkgs but don't update their version numbers..

Fixed (for now).

SlugBoot commented on 2025-09-24 17:19 (UTC) (edited on 2025-09-25 08:40 (UTC) by SlugBoot)

Same issue as @merzlyakov ==> ERROR: One or more files did not pass the validity check!

It fails on sha512sum validation

Fix was also the same (made new sha512sums, then built the package with makepkg)

kaaposc commented on 2024-12-30 11:12 (UTC) (edited on 2024-12-30 11:18 (UTC) by kaaposc)

Yeah well the upstream guys bumped some of their deps, repackaged it for ubuntu 22.04 (using zstd compression instead of xz) and for some reason decided not to change the version number. ¯\(ツ)

Should be fixed now.

merzlyakov commented on 2024-12-26 15:53 (UTC) (edited on 2024-12-26 15:54 (UTC) by merzlyakov)

Can't build:

==> ERROR: One or more files did not pass the validity check!

Looks like source is changed. Here is patch:

diff --git a/PKGBUILD b/PKGBUILD
index 2a4a2bb..069a72b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,11 +11,11 @@ depends=('pcsclite' 'qt5-base')
 optdepends=('latvia-eid-middleware: libraries for Latvia eID cards')
 install='eparaksts.install'
 source=("https://www.eparaksts.lv/files/ep3updates/debian/pool/eparaksts/e/${pkgname}/${pkgname}_${pkgver}_amd64.deb")
-sha512sums=('1f09322bde30d9f76dcbe96bfa52df7819a95121878e14b4d640e83d2e81e8b4beb539165e84b35ebcc17e6aa3433710e1c9d9ddd50ca4449e904823f1efa89c')
+sha512sums=('d7af431e309a40d707e299032f7ad41d14d7c1f1a220e1b1c209bc01b8e682e60cbd6fc953955791bcf50733aa05e7a6f636da1a44c35c26ea92c7b6309e7f78')

 package() {

-  tar -xJf data.tar.xz -C "${pkgdir}"
+  tar --zstd -xf data.tar.zst -C "${pkgdir}"

   install -D "${pkgdir}/usr/share/doc/${pkgname}/copyright" "${pkgdir}/usr/share/licenses/$pkgname/copyright"

treytakov commented on 2022-07-07 13:28 (UTC)

thank you @kaaposc :)

rusinsr commented on 2022-05-25 10:33 (UTC)

@kaaposc Thank you, after registering the PKCS11 module I was able to log into Swedbank again! The UI dialog was certainly different, but I'm not sure what determines that anyway.

kaaposc commented on 2022-05-10 17:30 (UTC)

@rusinsr please follow the instructions on https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/pkcs11 (for Firefox) or https://linuxkamarada.com/en/2019/09/26/setting-up-smart-card-authentication-on-google-chrome-chromium/ (for chromium based) on how to register the library /opt/latvia-eid/lib/eidlv-pkcs11.so (from latvia-eid-middleware package) in your browser.

rusinsr commented on 2022-01-21 11:14 (UTC)

Unfortunately 2.3.4-1 also does not work for Swedbank.

kaaposc commented on 2022-01-21 07:12 (UTC)

A new upstream version 2.3.4 published, please check it against swedbank.

rusinsr commented on 2022-01-19 17:35 (UTC)

Seems like the latest version (2.3.3-1) no longer works for swedbank.lv Reverting to 2.2.3-1 allowed me to log in again.