summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot]2023-11-13 15:59:43 +0000
committergithub-actions[bot]2023-11-13 15:59:43 +0000
commit3d5d0f1b2f6ab332d9c94c58a707b3eaef157682 (patch)
treebcae2dcf9250b089297ffe0e8c0ba49984eef44b
parent04feb007cd674c449c8bb1a6164bf95527764405 (diff)
downloadaur-3d5d0f1b2f6ab332d9c94c58a707b3eaef157682.tar.gz
Automatic update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06c0c19530e8..ebc2f554ab59 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 = 5
+ pkgrel = 6
url = https://github.com/zebradil/rustotpony
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index ca0328bdaeb9..c0eb0ad9479f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=rustotpony-bin
pkgver=0.4.1
-pkgrel=5
+pkgrel=6
pkgdesc="RusTOTPony — CLI manager of one-time password generators like Google Authenticator"
url="https://github.com/zebradil/rustotpony"
arch=(x86_64)
@@ -13,9 +13,9 @@ license=(MIT)
conflicts=(rustotpony)
provides=(totp)
source=(rustotpony-bin-0.4.1::https://github.com/zebradil/rustotpony/releases/download/0.4.1/totp-linux)
-sha256sums=('dcb96179a0748a96a44ab0e9b3da508825fe70acf457277d3aff5130335d9d35')
package ()
{
_binname=totp;
install -Dm755 "${srcdir}/${pkgname}-${pkgver}" "${pkgdir}/usr/bin/${_binname}"
}
+sha256sums=('dcb96179a0748a96a44ab0e9b3da508825fe70acf457277d3aff5130335d9d35')