summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAry Kleinerman2023-02-01 16:09:16 -0300
committerAry Kleinerman2023-02-01 16:09:16 -0300
commit284a44013cbd7e4d0937bfa54e360f3c0340925a (patch)
treef5c0ca75576b0337915654f37fb67930885d9278
parentc8c45b60fa6d0b595463d06bcada08a2be68ab81 (diff)
downloadaur-284a44013cbd7e4d0937bfa54e360f3c0340925a.tar.gz
Update source
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4c8b9969007..0dd3e814e48d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ arch=('x86_64')
url="https://developers.yubico.com/yubioath-desktop/"
license=('GPL')
depends=('ccid')
-pkgrel=2
+pkgrel=3
source=(
- "https://developers.yubico.com/yubioath-desktop/Releases/yubico-authenticator-${pkgver}-linux.tar.gz"{,.sig}
+ "https://developers.yubico.com/yubioath-flutter/Releases/yubico-authenticator-${pkgver}-linux.tar.gz"{,.sig}
)
validpgpkeys=(
@@ -21,10 +21,10 @@ sha256sums=('be686148475d642027d6126ea0984578aa2c22a179a565dc24b81b72ea457417'
'SKIP')
prepare() {
- echo -e "\nINSTALLATION NOTE:\n"
+ echo -e "\n\033[0;32mINSTALLATION 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"
+ echo -e "Then retry the installation.\033[0m\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
}