summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis A. Altoé Falqueto2016-08-10 21:28:57 -0300
committerDenis A. Altoé Falqueto2016-08-10 21:28:57 -0300
commit4665a5089311dafe30d6fab01d3901c81351d242 (patch)
tree7ea0b1f16792721d6874c80f4686fc4925f43759
parent639accdc7253df20d1e6732e209781efa65e0951 (diff)
downloadaur-4665a5089311dafe30d6fab01d3901c81351d242.tar.gz
Add optional dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 126a396ae86e..e2449f2acfff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = safesignidentityclient
pkgdesc = Smart card PKCS#11 provider and token manager
pkgver = 3.0.77
- pkgrel = 2
+ pkgrel = 4
url = http://www.validcertificadora.com.br/SafeSignLinux
install = safesign.install
arch = i686
@@ -12,7 +12,9 @@ pkgbase = safesignidentityclient
depends = gdbm183
depends = wxgtk2.8
depends = xdg-utils
- depends = gcc-libs-multilib
+ optdepends = ccid: generic USB Chip/Smart card interface devices driver,
+ optdepends = acsccid: ACS CCID PC/SC driver,
+ optdepends = scmccid: binary driver for the SCM Smart Card Readers
source_i686 = http://www.validcertificadora.com.br/upload/downloads/linux32bits/safesignidentityclient_3.0.77-Ubuntu_i386.deb
sha512sums_i686 = 65bbf08c0049f55c6fe4f781e8e50ed3cd576fbf3e7f7fd9a8a525a8e15fd2c53fa2543bcc255b8ebffa87e98a203d0c71f6d4d09a69a1020be631956fad838f
source_x86_64 = http://www.validcertificadora.com.br/upload/downloads/linux64bits/safesignidentityclient_3.0.77-Ubuntu_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index d69d9c27f992..ebbc26f0d177 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: Denis A. Altoé Falqueto <denisfalqueto@gmail.com>
pkgname=safesignidentityclient
pkgver=3.0.77
-pkgrel=2
+pkgrel=4
pkgdesc="Smart card PKCS#11 provider and token manager"
arch=('i686' 'x86_64')
url="http://www.validcertificadora.com.br/SafeSignLinux"
license=('custom:copyright')
depends=('pcsclite' 'gdbm183' 'wxgtk2.8' 'xdg-utils')
-depends_x86_64=('gcc-libs-multilib')
+optdepends=('ccid: generic USB Chip/Smart card interface devices driver',
+ 'acsccid: ACS CCID PC/SC driver',
+ 'scmccid: binary driver for the SCM Smart Card Readers')
makedepends=('deb2targz')
source_i686=("http://www.validcertificadora.com.br/upload/downloads/linux32bits/${pkgname}_${pkgver}-Ubuntu_i386.deb")
source_x86_64=("http://www.validcertificadora.com.br/upload/downloads/linux64bits/${pkgname}_${pkgver}-Ubuntu_amd64.deb")