aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyrusmg2019-12-12 15:41:01 +0100
committerCyrusmg2019-12-12 15:41:01 +0100
commitda4a612f8da38b1218657e0f9361823d354a63e5 (patch)
tree8e44e5e4bbe8c00bd32359f7ea87a6332f8e4480
parent02d2435efb69bb87b0cb0ba6f65a049eb3ee6813 (diff)
downloadaur-da4a612f8da38b1218657e0f9361823d354a63e5.tar.gz
Add pcsclite dependency
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4e08aee32b48
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+eObcanka.deb
+eobcanka-1.0.0-1-x86_64.pkg.tar.xz
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 59a716d69ac8..ea8446d46364 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ pkgdesc="eObcanka software for Czech Citizen Portal"
arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h' 'arm' 'aarch64')
url="https://info.eidentita.cz"
license=('GPL')
-depends=('pacman>=5.2')
+depends=('pacman>=5.2'
+ 'pcsclite')
optdepends=('ccid: Smart Card Interface Devices driver'
'opensc: Tools and libraries for smart cards')
source=(https://info.eidentita.cz/download/eObcanka.deb)