From b0d5e892b0fe68f4a7e82f20331580479790ef03 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Thu, 17 Jun 2021 11:33:44 +0300 Subject: [PATCH] Fix typo --- .SRCINFO | 2 +- PKGBUILD | 2 +- notify.install | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 089b6d7..4870026 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 110a028..18239a0 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 dc43fc9..868ef44 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" }