diff --git a/.SRCINFO b/.SRCINFO index 876f100..089b6d7 100644 --- a/.SRCINFO +++ b/.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 - diff --git a/PKGBUILD b/PKGBUILD index 55d3ee4..110a028 100644 --- a/PKGBUILD +++ b/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}") diff --git a/notify.install b/notify.install new file mode 100755 index 0000000..dc43fc9 --- /dev/null +++ b/notify.install @@ -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 +}