summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2022-12-17 15:51:38 +0200
committerMantas Mikulėnas2022-12-17 15:51:38 +0200
commit1f7e73568f6c6878711646ef6bd884ec58897cd6 (patch)
tree833a8e59a8b1766fc92006d8717c3cbb0f9e0765
parent51e9ac7ebb0cdbdd2161dae87ae7528fc1a5bb77 (diff)
downloadaur-1f7e73568f6c6878711646ef6bd884ec58897cd6.tar.gz
depend on ccid
Apparently it *can* handle eToken 5110, which is why the old AKS driver is no longer being shipped.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52b9f51768ac..e7c7fb7bfe4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = sac-core
pkgdesc = Thales/Gemalto SafeNet Authentication Client for eToken 5110/5300 & IDPrime
pkgver = 10.8.28
- pkgrel = 4
+ pkgrel = 5
url = https://cpl.thalesgroup.com/access-management/security-applications/authentication-client-token-management
arch = x86_64
license = custom
+ depends = ccid
depends = pcsclite
optdepends = sac-core-legacy: Support for eToken 32K/64K (CardOS 4.2)
source = https://installer.id.ee/media/etoken/Linux_SAC%2010.8.28%20GA%20Build.zip
diff --git a/PKGBUILD b/PKGBUILD
index 934b24d138af..90e4a54f0601 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgbase=sac-core
pkgname=(sac-core sac-gui)
pkgver=10.8.28
-pkgrel=4
+pkgrel=5
pkgdesc='Thales/Gemalto SafeNet Authentication Client for eToken 5110/5300 & IDPrime'
url='https://cpl.thalesgroup.com/access-management/security-applications/authentication-client-token-management'
arch=(x86_64)
-depends=(pcsclite)
+depends=(ccid pcsclite)
optdepends=('sac-core-legacy: Support for eToken 32K/64K (CardOS 4.2)')
license=(custom)
source=('https://installer.id.ee/media/etoken/Linux_SAC%2010.8.28%20GA%20Build.zip'