summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-actions[bot]2023-11-13 00:19:47 +0000
committergithub-actions[bot]2023-11-13 00:19:47 +0000
commita2fc3428135946f902d8504fbe52e7ba17518122 (patch)
treebb9389560a55cc1e192afa4a38d7d667e8b69907 /PKGBUILD
parentaf79591a4f9b12a9e8a65dbd7f2b1c53906fab60 (diff)
downloadaur-a2fc3428135946f902d8504fbe52e7ba17518122.tar.gz
Update PKGBUILD and .SRCINFO with GitHub Actions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07c0ed1431d5..61226e3d6ea1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=rustotpony-bin
pkgver=0.4.1
-pkgrel=3
+pkgrel=4
pkgdesc="RusTOTPony — CLI manager of one-time password generators like Google Authenticator"
url="https://github.com/zebradil/rustotpony"
arch=(x86_64)
@@ -19,3 +19,8 @@ package ()
_binname=totp;
install -Dm755 "${srcdir}/${pkgname}-${pkgver}" "${pkgdir}/usr/bin/${_binname}"
}
+
+
+# Custom variables
+
+_z_update_hashsums="true"