Add notice
This commit is contained in:
parent
d37e947680
commit
fcbb632cd2
5
.SRCINFO
5
.SRCINFO
@ -1,9 +1,9 @@
|
||||
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.27
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://www.gnupg.org/
|
||||
install = install
|
||||
install = notify.install
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
checkdepends = openssh
|
||||
@ -50,4 +50,3 @@ pkgbase = gnupg-scdaemon-shared-access
|
||||
sha256sums = aa46b372830dd8ed355a86a1677c50c6be8178f847c09b7291f47a1dc3ea02dc
|
||||
|
||||
pkgname = gnupg-scdaemon-shared-access
|
||||
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -9,7 +9,7 @@
|
||||
_pkgname=gnupg
|
||||
pkgname=gnupg-scdaemon-shared-access
|
||||
pkgver=2.2.27
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
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/'
|
||||
license=('GPL')
|
||||
@ -38,7 +38,7 @@ sha256sums=('34e60009014ea16402069136e0a5f63d9b65f90096244975db5cea74b3d02399'
|
||||
'22fdf9490fad477f225e731c417867d9e7571ac654944e8be63a1fbaccd5c62d'
|
||||
'aa46b372830dd8ed355a86a1677c50c6be8178f847c09b7291f47a1dc3ea02dc')
|
||||
|
||||
install=install
|
||||
install=notify.install
|
||||
|
||||
conflicts=('gnupg' 'dirmngr' 'gnupg2')
|
||||
provides=('gnupg' 'dirmngr' "gnupg=${pkgver}" "gnupg2=${pkgver}")
|
||||
|
9
notify.install
Executable file
9
notify.install
Executable file
@ -0,0 +1,9 @@
|
||||
post_install() {
|
||||
echo " >> shared-access.patch has been integrated into upstream 2.2.28 and 2.3 as pcsd-shared option"
|
||||
echo " >> Please install upstream GnuPG with 'pacman -S gnupg'"
|
||||
echo " >> This package will no longer receive updates"
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
Loading…
Reference in New Issue
Block a user