2
0
Fork 0

Add notice

This commit is contained in:
Arti Zirk 2021-06-14 14:42:34 +03:00
parent d37e947680
commit fcbb632cd2
3 changed files with 13 additions and 5 deletions

View File

@ -1,9 +1,9 @@
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 = 1 pkgrel = 2
url = https://www.gnupg.org/ url = https://www.gnupg.org/
install = install install = notify.install
arch = x86_64 arch = x86_64
license = GPL license = GPL
checkdepends = openssh checkdepends = openssh
@ -50,4 +50,3 @@ pkgbase = gnupg-scdaemon-shared-access
sha256sums = aa46b372830dd8ed355a86a1677c50c6be8178f847c09b7291f47a1dc3ea02dc sha256sums = aa46b372830dd8ed355a86a1677c50c6be8178f847c09b7291f47a1dc3ea02dc
pkgname = gnupg-scdaemon-shared-access pkgname = gnupg-scdaemon-shared-access

View File

@ -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=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' 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')
@ -38,7 +38,7 @@ sha256sums=('34e60009014ea16402069136e0a5f63d9b65f90096244975db5cea74b3d02399'
'22fdf9490fad477f225e731c417867d9e7571ac654944e8be63a1fbaccd5c62d' '22fdf9490fad477f225e731c417867d9e7571ac654944e8be63a1fbaccd5c62d'
'aa46b372830dd8ed355a86a1677c50c6be8178f847c09b7291f47a1dc3ea02dc') 'aa46b372830dd8ed355a86a1677c50c6be8178f847c09b7291f47a1dc3ea02dc')
install=install install=notify.install
conflicts=('gnupg' 'dirmngr' 'gnupg2') conflicts=('gnupg' 'dirmngr' 'gnupg2')
provides=('gnupg' 'dirmngr' "gnupg=${pkgver}" "gnupg2=${pkgver}") provides=('gnupg' 'dirmngr' "gnupg=${pkgver}" "gnupg2=${pkgver}")

9
notify.install Executable file
View 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
}