Search Criteria
Package Details: eobcanka 1.0.3-1
Git Clone URL: | https://aur.archlinux.org/eobcanka.git (read-only, click to copy) |
---|---|
Package Base: | eobcanka |
Description: | eObcanka software for Czech Citizen Portal |
Upstream URL: | https://info.eidentita.cz |
Licenses: | |
Submitter: | Cyrusmg |
Maintainer: | Cyrusmg |
Last Packager: | Cyrusmg |
Votes: | 1 |
Popularity: | 0.000052 |
First Submitted: | 2019-11-30 10:31 |
Last Updated: | 2021-03-07 18:49 |
Dependencies (4)
- pcsclite (pcsclite-git, pcsclite-nopy)
- pacman>=5.2 (pacman-git)
- ccid (ccid-git, ccid-morpho) (optional) – Smart Card Interface Devices driver
- opensc (opensc-git) (optional) – Tools and libraries for smart cards
Latest Comments
xo3e commented on 2021-03-07 19:11
Awesome, thanks for the swift action!
Cyrusmg commented on 2021-03-07 18:52
Thanks! I have updated the md5sum array to match current version & increased version number so everyone can get the latest version update.
xo3e commented on 2021-03-07 13:27
Thanks so much for this package!
I encountered an issue with the build: the
md5sums
integrity verification no logner passes. I had to replace it in the PKGBUILD withsha1sums
/sha256sums
(checksums taken from https://info.eidentita.cz/Download/) in order to be able to build the package.Cyrusmg commented on 2020-11-24 19:45
Thanks for the info. I have reproduced the issue, verified the fix and pushed updated PKGBUILD and .SRCINFO to AUR
phejl commented on 2020-11-24 15:25
Thanks for the package! "Správce karty" however does not work. Problem is the stripping is done on installed libraries and thus signature of those libs is not matching. Solution is to add
options=('!strip')
to thePKGBUILD
Cyrusmg commented on 2019-12-12 14:44
Great, thanks! I have added pcsclite to dependencies.
novotny commented on 2019-12-12 14:18
program does run (don't know about functionality), but START without opensc, but doesn't start without pcsclite (end on missing library).
/opt/eObcanka/SpravceKarty/eopcardman: error while loading shared libraries: libpcsclite.so.1: cannot open shared object file: No such file or directory
Cyrusmg commented on 2019-12-12 14:04
I will try to review the dependencies - pcsclite is a transitive dependency of opensc. Does it work for you without opensc ?
novotny commented on 2019-12-12 10:27
Hello, you have to add package pcsclite to dependencies.
Thank you