Package Details: totp-cli 1.3.0-1

Git Clone URL: https://aur.archlinux.org/totp-cli.git (read-only, click to copy)
Package Base: totp-cli
Description: Cli application to generate OTP tokens for two-factor authentication.
Upstream URL: https://github.com/WhyNotHugo/totp-cli
Keywords: 2fa otp security totp
Licenses: MIT
Submitter: whynothugo
Maintainer: whynothugo
Last Packager: whynothugo
Votes: 14
Popularity: 0.000102
First Submitted: 2014-10-25 09:47 (UTC)
Last Updated: 2020-05-03 13:31 (UTC)

Latest Comments

1 2 Next › Last »

whynothugo commented on 2026-06-26 11:52 (UTC)

@dreieck Consider renaming newer packages which use the same name. I'm not very inclined to renaming a project after 12 years just because somebody else decided to use the same name.

dreieck commented on 2026-06-26 08:39 (UTC)

You need to add python-vcs-versioning to the makedepends array:

==> Starting package()...
[...]
Traceback (most recent call last):
  File "/var/cache/makepkg/build/totp-cli/src/totp-1.3.0/setup.py", line 13, in <module>
    setup(
    ~~~~~^
        name='totp',
        ^^^^^^^^^^^^
    ...<27 lines>...
        ]
        ^
    )
    ^
[...]
ModuleNotFoundError: No module named 'vcs_versioning'

(But when I have installed that, I get next error:

ModuleNotFoundError: No module named 'vcs_versioning._environment

-- giving up on that.)

Regards and thanks for maintaining!

dreieck commented on 2026-06-26 08:33 (UTC)

There are so many TOTP CLI packages in the AUR which all use different sources -- e.g. totp-cli-git which is another software than this one.

I suggest giving them distinguishable names -- so that the -git packages then can also have the proper non-git variant in their provides arrays.

Your package I suggest you rename to totp-cli-wnhugo, and add replaces=("totp-cli<=1.3.0") for a smooth transition.

Regards and thanks for the package!

vorot93 commented on 2021-08-31 02:34 (UTC)

Please add python-pip as build dep

cknoblauch commented on 2020-04-30 01:34 (UTC)

It looks like the source code was moved to github, please update @WhyNotHugo

kmacleod commented on 2019-12-21 15:40 (UTC)

The URL https://gitlab.com/hobarrera/totp-cli no longer exists. Gitlab says "User 'hobarrera' was moved to 'WhyNotHugo'. Please update any links and bookmarks that may still have the old path."

loveyourlinux commented on 2019-12-17 11:28 (UTC)

I get a 404 error from the upstream URL.

whynothugo commented on 2018-10-17 00:12 (UTC)

Updated/fixed! Sorry for the delay!

thithib commented on 2018-10-07 13:57 (UTC)

The build fails without 'python-setuptools', please add it to makedepends.