summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFedor Piecka2021-11-19 14:28:56 +0100
committerFedor Piecka2021-11-19 14:28:56 +0100
commitf7515c629792bc2aac409395a60c8a4706ac8eaf (patch)
tree11b5bac94cd8f0a5ceb5091bf7e4ac6de31b99d0 /PKGBUILD
parent6d1d7be32211e41f06094ee13fc2a3037309c0a2 (diff)
downloadaur-f7515c629792bc2aac409395a60c8a4706ac8eaf.tar.gz
Add optional dependency on disig-web-signer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e5723f107bb..f46238b449a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=eidklient
pkgver=3.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="Slovak eID Client"
arch=('i686' 'x86_64')
url="https://www.slovensko.sk/"
@@ -27,7 +27,7 @@ pkgver() {
package() {
depends=("glibc" "pcsclite" "ccid" )
+ optdepends=('disig-web-signer: online certificates update support')
ar p ${srcdir}/Aplikacia_pre_eID_${upstream_arch}_debian.deb data.tar.xz | tar -xJ -C "${pkgdir}"
-
}