new version
This commit is contained in:
parent
c6bf0fc656
commit
a0c349ff34
12
.SRCINFO
12
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = gnupg-scdaemon-shared-access
|
||||
pkgdesc = This package adds shared-access option that uses PCSC_SHARE_SHARED for pcsc_connect in scdaemon when using pcsc backend for smartcard access
|
||||
pkgver = 2.2.11
|
||||
pkgver = 2.2.12
|
||||
pkgrel = 1
|
||||
url = https://www.gnupg.org/
|
||||
install = install
|
||||
@ -25,19 +25,19 @@ pkgbase = gnupg-scdaemon-shared-access
|
||||
optdepends = pcsclite: scdaemon
|
||||
provides = gnupg
|
||||
provides = dirmngr
|
||||
provides = gnupg=2.2.11
|
||||
provides = gnupg2=2.2.11
|
||||
provides = gnupg=2.2.12
|
||||
provides = gnupg2=2.2.12
|
||||
conflicts = gnupg
|
||||
conflicts = dirmngr
|
||||
conflicts = gnupg2
|
||||
source = https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.11.tar.bz2
|
||||
source = https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.11.tar.bz2.sig
|
||||
source = https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.12.tar.bz2
|
||||
source = https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.12.tar.bz2.sig
|
||||
source = scdaemon_shared-access.patch
|
||||
validpgpkeys = D8692123C4065DEA5E0F3AB5249B39D24F25E3B6
|
||||
validpgpkeys = 46CC730865BB5C78EBABADCF04376F3EE0856959
|
||||
validpgpkeys = 031EC2536E580D8EA286A9F22071B08A33BD3F06
|
||||
validpgpkeys = D238EA65D64C67ED4C3073F28A861B1C7EFD60D9
|
||||
sha256sums = 496c3e123ef53f35436ddccca58e82acaa901ca4e21174e77386c0cea0c49cd9
|
||||
sha256sums = db030f8b4c98640e91300d36d516f1f4f8fe09514a94ea9fc7411ee1a34082cb
|
||||
sha256sums = SKIP
|
||||
sha256sums = 877ca0b8abcb6d1263bf40f3e9aa66b754a9957943ae2de591dfa42a1b21b7cf
|
||||
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -6,7 +6,7 @@
|
||||
|
||||
_pkgname=gnupg
|
||||
pkgname=gnupg-scdaemon-shared-access
|
||||
pkgver=2.2.11
|
||||
pkgver=2.2.12
|
||||
pkgrel=1
|
||||
pkgdesc='This package adds shared-access option that uses PCSC_SHARE_SHARED for pcsc_connect in scdaemon when using pcsc backend for smartcard access'
|
||||
url='https://www.gnupg.org/'
|
||||
@ -25,7 +25,7 @@ validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
|
||||
'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
|
||||
source=("https://gnupg.org/ftp/gcrypt/${_pkgname}/${_pkgname}-${pkgver}.tar.bz2"{,.sig}
|
||||
"scdaemon_shared-access.patch")
|
||||
sha256sums=('496c3e123ef53f35436ddccca58e82acaa901ca4e21174e77386c0cea0c49cd9'
|
||||
sha256sums=('db030f8b4c98640e91300d36d516f1f4f8fe09514a94ea9fc7411ee1a34082cb'
|
||||
'SKIP'
|
||||
'877ca0b8abcb6d1263bf40f3e9aa66b754a9957943ae2de591dfa42a1b21b7cf')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user