summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot]2024-01-21 11:23:05 +0000
committergithub-actions[bot]2024-01-21 11:23:05 +0000
commit1374a5c4ccd13e7c127c08772ec435ff920769c9 (patch)
treeeb2d0c8dd98438c787723f2330833465c7bfda96
parent8ec0d9339a5d501cf5dfab64d651aae41daf8dd6 (diff)
downloadaur-1374a5c4ccd13e7c127c08772ec435ff920769c9.tar.gz
Automatic update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b0cccbba54c..c42cde6a6cdd 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.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/zebradil/rustotpony
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 6f71e5c6e38c..3c5c2a5cda86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,12 @@
# shellcheck disable=SC2034,SC2154
pkgname=rustotpony-bin
pkgver=0.4.4
-pkgrel=2
+pkgrel=3
pkgdesc='RusTOTPony — CLI manager of one-time password generators like Google Authenticator'
url='https://github.com/zebradil/rustotpony'
arch=(x86_64)
license=(MIT)
+install=''
conflicts=(rustotpony)
provides=(totp)
source=(rustotpony-bin-0.4.4::https://github.com/zebradil/rustotpony/releases/download/0.4.4/totp-linux)