summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAry Kleinerman2023-01-28 15:27:23 -0300
committerAry Kleinerman2023-01-28 15:27:23 -0300
commit3847f90b1efb98e68ff4cfb915bc07efcc291bc7 (patch)
tree64540b445996dd74e659d4f685276c4a984b9178
parent644e47ab552b254f9d0e1f965650f4a02f372d09 (diff)
downloadaur-3847f90b1efb98e68ff4cfb915bc07efcc291bc7.tar.gz
Add installation note
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 811f88dffb2b..d4c8b9969007 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://developers.yubico.com/yubioath-desktop/"
license=('GPL')
depends=('ccid')
-pkgrel=1
+pkgrel=2
source=(
"https://developers.yubico.com/yubioath-desktop/Releases/yubico-authenticator-${pkgver}-linux.tar.gz"{,.sig}
@@ -21,6 +21,10 @@ sha256sums=('be686148475d642027d6126ea0984578aa2c22a179a565dc24b81b72ea457417'
'SKIP')
prepare() {
+ echo -e "\nINSTALLATION NOTE:\n"
+ echo -e "If installation fails with 'One or more PGP signatures could not be verified', then install the key with:\n"
+ echo -e " gpg --recv-keys 20EE325B86A81BCBD3E56798F04367096FBA95E8\n"
+ echo -e "Then retry the installation.\n"
sed -i 's|\(Exec="\)@EXEC_PATH|\1/opt/yubico-authenticator|' "${srcdir}"/yubico-authenticator-"${pkgver}"-linux/linux_support/com.yubico.authenticator.desktop
sed -i 's|\(Icon=\)@EXEC_PATH/linux_support/|\1|' "${srcdir}"/yubico-authenticator-"${pkgver}"-linux/linux_support/com.yubico.authenticator.desktop
}