summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
9 daysUpgrade to version 5.0Ľubomír Kučera
9 daysDon't package files from older versionsĽubomír Kučera
2024-11-04Upgrade to version 4.9Ľubomír Kučera
2024-04-21Fix failing integrity checks of shared objectsĽubomír Kučera
Fixes the following error: Kontrola integrity zlyhala. Nezhoduje sa tento súbor: 'lib/libXi.so.6'.
2024-02-17Upgrade to version 4.8Ľubomír Kučera
2024-02-17Remove pkgver functionĽubomír Kučera
In version 4.8, the version string states that the version is 4.7.
2024-02-17Add version to source file namesĽubomír Kučera
2023-11-30Ignore SC2059Ľubomír Kučera
Per https://www.shellcheck.net/wiki/SC2059, there's no good alternative.
2023-11-30Version source archivesĽubomír Kučera
2023-07-04Rename the package to eidklient-nativeĽubomír Kučera
2023-07-04Add authenticity checksĽubomír Kučera
2023-07-04Fix ShellCheck errorsĽubomír Kučera
2023-07-04Depend on system-provided librariesĽubomír Kučera
2023-07-04Prefer system libraries when availableĽubomír Kučera
This not only makes supporting non-XCB platforms easier, it likely makes the app more stable and secure too, since newer dependency versions are used. The bundled dependencies are preserved as the application errors-out if the files change or become missing.
2023-07-04Support non-XCB platforms through system Qt 5Ľubomír Kučera
The app uses ancient, custom-built Qt version 5.7.1. The easiest way to support platforms like Wayland is through the use of Qt 5 installed on the system.
2023-07-04Install extracted app imageĽubomír Kučera
This makes package content deduplication and further customization possible.
2023-07-04Fix i686 source URLĽubomír Kučera
2023-06-27Parse package version from the executableĽubomír Kučera
Parsing package information from other sources than the package itself may cause the information to be incorrect due to synchronization issues.
2023-06-27Ignore *.tar filesĽubomír Kučera
Packages built on my machine are not compressed, hence their file names end with `.tar`.
2023-06-05Upgrade to upstream v4.7Fedor Piecka
2023-04-17Fix grep regex bugFedor Piecka
2023-03-31Upgrade to upstream v4.6Fedor Piecka
2023-02-07Upgrade to upstream v 4.5Fedor Piecka
2023-01-03Upgrade to 4.4Fedor Piecka
2023-01-03Add releasenotes to .gitignoreFedor Piecka
2022-10-20Improve PKGBUILDFedor Piecka
* Lower the number of dependencies (fuse2 is enough, squashfuse is not required) * Leaner code
2022-10-20Upgrade to 4.1 based on appimageFedor Piecka
2021-11-19Add optional dependency on disig-web-signerFedor Piecka
2021-08-05Upgrade to 3.7Fedor Piecka
2021-06-03Version bump to upstream 3.6.0Fedor Piecka
2020-07-03Get new upstream version 3.4.0 - finally with Qt5git status!Fedor Piecka
2020-07-03Add .gitignoreFedor Piecka
2020-07-03Show nicer command to enable pcscFedor Piecka
2019-09-20Version bump to upstream 3.2.0.Juraj Hrubša
2019-06-04Version bump to upstream 3.2.0.Juraj Hrubša
2019-03-27Included install script which notifies the user to enable pcscd.Fedor Piecka
2019-03-10Upgrade to upstream version 3.0.3Fedor Piecka
2019-03-04Bumped version numberFedor Piecka
2019-03-04Update to 3.0.2 of upstream application.\nRemoved dependencies which aren't ↵Fedor Piecka
needed anymore.\nMoved dependencies to package() function as they are't required when building the package.
2018-11-22Updated .SRCINFOFedor Piecka
2018-11-22Updated to upstream version 3.0.0.Fedor Piecka
Added new dependency on libcurl-openssl-1.0 Changed dependency openssl to openssl-1.0 Added LD_PRELOAD to load lubcurl/OpenSSL of required versions. LD_PRELOAD is set in the desktop entry.
2018-08-26New version of the upstream app - 2.0.2Fedor Piecka
2017-07-07Bumped pkgrel to force package DB update. Sorry, my first AUR package:(.Fedor Piecka
2017-07-07Added comments.Fedor Piecka
Modified email address. Removed unusable update script from the package.
2017-07-07First commitFedor Piecka