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