pcsclite: update to 1.9.3.
This commit is contained in:
parent
196342c392
commit
16f31728a8
2 changed files with 6 additions and 12 deletions
|
@ -1,12 +1,6 @@
|
|||
--- a/src/spy/pcsc-spy 2019-12-26 20:48:20.222069705 +0700
|
||||
+++ b/src/spy/pcsc-spy 2019-12-26 20:48:41.407288561 +0700
|
||||
@@ -1,4 +1,4 @@
|
||||
-#! /usr/bin/python
|
||||
+#!/usr/bin/python3
|
||||
|
||||
"""
|
||||
# Display PC/SC functions arguments
|
||||
@@ -22,12 +22,7 @@
|
||||
--- a/src/spy/pcsc-spy
|
||||
+++ b/src/spy/pcsc-spy
|
||||
@@ -21,12 +21,7 @@
|
||||
import os
|
||||
import signal
|
||||
import time
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'pcsclite'
|
||||
pkgname=pcsclite
|
||||
version=1.9.1
|
||||
version=1.9.3
|
||||
revision=1
|
||||
wrksrc="pcsc-lite-upstream-${version}"
|
||||
build_style=gnu-configure
|
||||
|
@ -10,10 +10,10 @@ makedepends="eudev-libudev-devel libusb-devel python3-devel"
|
|||
depends="python3"
|
||||
short_desc="Middleware to access a smart card using SCard API (PC/SC)"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
license="BSD-2-Clause, GPL-3.0-or-later"
|
||||
homepage="https://salsa.debian.org/debian/pcsc-lite"
|
||||
distfiles="https://salsa.debian.org/debian/pcsc-lite/-/archive/upstream/${version}/pcsc-lite-upstream-${version}.tar.gz"
|
||||
checksum=686fbd1c29e282388111f01b6fdfa4fe6b8349908236645b869115b21e4f73e8
|
||||
checksum=ca24fa3cfbc79bdc93e93a919ce04362316deeb21f21b1e8105ff86f85d952bd
|
||||
|
||||
post_install() {
|
||||
vsv pcscd
|
||||
|
|
Loading…
Reference in a new issue