summarylogtreecommitdiffstats
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
parenta2fc3428135946f902d8504fbe52e7ba17518122 (diff)
downloadaur-04feb007cd674c449c8bb1a6164bf95527764405.tar.gz
Automatic update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da75b55f69ea..06c0c19530e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rustotpony-bin
pkgdesc = RusTOTPony — CLI manager of one-time password generators like Google Authenticator
pkgver = 0.4.1
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/zebradil/rustotpony
arch = x86_64
license = MIT
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"