summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben De Smet2018-09-06 18:59:23 +0200
committerRuben De Smet2018-09-06 18:59:23 +0200
commit678783745af8980b9c74b3f0b457bc9d72f3ee9a (patch)
tree48987b9a375eeb327731af642012a34be1efe1d3
parente4a7a13366d6250aec83c0f8e60f4b49b1b60134 (diff)
downloadaur-678783745af8980b9c74b3f0b457bc9d72f3ee9a.tar.gz
makedepends on swig
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dc78ff7bddd..f71536add702 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Sep 6 16:55:34 UTC 2018
+# Thu Sep 6 16:59:17 UTC 2018
pkgbase = python2-pyscard
pkgdesc = Smartcard module for Python.
pkgver = 1.9.7
@@ -8,6 +8,7 @@ pkgbase = python2-pyscard
arch = i686
arch = x86_64
license = LGPL2+
+ makedepends = swig
depends = python2
depends = pcsclite
source = pyscard-1.9.7.tar.gz::http://sourceforge.net/projects/pyscard/files/pyscard/pyscard%201.9.7/pyscard-1.9.7.tar.gz/download
diff --git a/PKGBUILD b/PKGBUILD
index e1dfbb9190af..e8d09b5e8882 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
url="http://www.gemalto.com/"
license=('LGPL2+')
depends=('python2' 'pcsclite')
+makedepends=('swig')
source=("pyscard-${pkgver}.tar.gz::http://sourceforge.net/projects/pyscard/files/pyscard/pyscard%20${pkgver}/pyscard-${pkgver}.tar.gz/download")
sha512sums=('339d6efd5fcaa361e30029e736d4e2e98e05acd701c39574b40960b4bcec4782ca9c1d6927cea0b3641c5e6a137d0b9fbd961b58422a4151cfbdfa067dcd4b4a')