Fix typo
This commit is contained in:
parent
fcbb632cd2
commit
b0d5e892b0
2
.SRCINFO
2
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = gnupg-scdaemon-shared-access
|
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
|
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.27
|
pkgver = 2.2.27
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://www.gnupg.org/
|
url = https://www.gnupg.org/
|
||||||
install = notify.install
|
install = notify.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
2
PKGBUILD
2
PKGBUILD
@ -9,7 +9,7 @@
|
|||||||
_pkgname=gnupg
|
_pkgname=gnupg
|
||||||
pkgname=gnupg-scdaemon-shared-access
|
pkgname=gnupg-scdaemon-shared-access
|
||||||
pkgver=2.2.27
|
pkgver=2.2.27
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='This package adds shared-access option that uses PCSC_SHARE_SHARED for pcsc_connect in scdaemon when using pcsc backend for smartcard 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'
|
||||||
url='https://www.gnupg.org/'
|
url='https://www.gnupg.org/'
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
post_install() {
|
post_install() {
|
||||||
echo " >> shared-access.patch has been integrated into upstream 2.2.28 and 2.3 as pcsd-shared option"
|
echo " >> shared-access.patch has been integrated into upstream 2.2.28 and 2.3 as pcsc-shared option"
|
||||||
echo " >> Please install upstream GnuPG with 'pacman -S gnupg'"
|
echo " >> Please install upstream GnuPG with 'pacman -S gnupg'"
|
||||||
echo " >> This package will no longer receive updates"
|
echo " >> This package will no longer receive updates"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user