summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rwxr-xr-xnotify.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 089b6d760a67..487002635a89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 2
+ pkgrel = 3
url = https://www.gnupg.org/
install = notify.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 110a028e1360..18239a0016e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pkgname=gnupg
pkgname=gnupg-scdaemon-shared-access
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'
url='https://www.gnupg.org/'
license=('GPL')
diff --git a/notify.install b/notify.install
index dc43fc931b92..868ef44583f1 100755
--- a/notify.install
+++ b/notify.install
@@ -1,5 +1,5 @@
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 " >> This package will no longer receive updates"
}