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