* update pcsclite to 2.3.0-1
This commit is contained in:
parent
05464487e3
commit
6f331a14a7
27
pcsclite/.SRCINFO
Normal file
27
pcsclite/.SRCINFO
Normal file
@ -0,0 +1,27 @@
|
||||
pkgbase = pcsclite
|
||||
pkgdesc = PC/SC Architecture smartcard middleware library
|
||||
pkgver = 2.3.0
|
||||
pkgrel = 1
|
||||
url = https://pcsclite.apdu.fr/
|
||||
arch = x86_64
|
||||
license = BSD-3-Clause
|
||||
license = GPL-3.0-or-later
|
||||
license = BSD-2-Clause
|
||||
license = 0BSD
|
||||
makedepends = git
|
||||
makedepends = meson
|
||||
makedepends = polkit
|
||||
makedepends = systemd
|
||||
depends = libsystemd.so
|
||||
depends = libudev.so
|
||||
depends = libpolkit-gobject-1.so
|
||||
optdepends = python: API call trace logging with the pcsc-spy
|
||||
optdepends = ccid: USB Chip/Smart Card Interface Devices driver
|
||||
provides = libpcsclite.so
|
||||
provides = libpcsclite_real.so
|
||||
provides = libpcscspy.so
|
||||
source = git+https://github.com/LudovicRousseau/PCSC.git#tag=2.3.0?signed
|
||||
validpgpkeys = F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E
|
||||
sha256sums = 04bbbb8f63172cd2203d07b801f8e650c94cbcc9c222aa5f18fbabbf807f22e3
|
||||
|
||||
pkgname = pcsclite
|
3
pcsclite/.nvchecker.toml
Normal file
3
pcsclite/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[pcsclite]
|
||||
source = "git"
|
||||
git = "https://github.com/LudovicRousseau/PCSC.git"
|
@ -5,7 +5,7 @@
|
||||
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
|
||||
|
||||
pkgname=pcsclite
|
||||
pkgver=2.2.3
|
||||
pkgver=2.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="PC/SC Architecture smartcard middleware library"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -41,7 +41,7 @@ validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau <ro
|
||||
source=(
|
||||
"git+https://github.com/LudovicRousseau/PCSC.git#tag=${pkgver}?signed"
|
||||
)
|
||||
sha256sums=('abb405377204fdc21d14f72871acbad50411a5afc740929a4913a17bad777867')
|
||||
sha256sums=('04bbbb8f63172cd2203d07b801f8e650c94cbcc9c222aa5f18fbabbf807f22e3')
|
||||
|
||||
build() {
|
||||
local meson_options=(
|
||||
|
Loading…
x
Reference in New Issue
Block a user