Search Criteria
Package Details: passmenu-otp-git 2623a08-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/passmenu-otp-git.git (read-only, click to copy) |
---|---|
Package Base: | passmenu-otp-git |
Description: | A simple extension of passmenu friendly to one-time passwords (OTP), often used in two-factor authentication (2FA). |
Upstream URL: | https://github.com/petrmanek/passmenu-otp |
Keywords: | demenu pass pass-otp |
Licenses: | MIT |
Conflicts: | passmenu-otp |
Provides: | passmenu-otp |
Submitter: | Elmar |
Maintainer: | Elmar |
Last Packager: | Elmar |
Votes: | 1 |
Popularity: | 0.000455 |
First Submitted: | 2020-09-20 20:12 (UTC) |
Last Updated: | 2022-08-26 12:39 (UTC) |
Latest Comments
sakure commented on 2022-10-23 01:19 (UTC) (edited on 2022-10-23 01:19 (UTC) by sakure)
install: cannot stat '../LICENSE': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... error: failed to build 'passmenu-otp-git-2623a08-1'
there's no LICENSE file, and youre trying to install it, remove that line or add a license and change to 'LICENSE' instead of '../LICENSE'
thanks
Elmar commented on 2022-08-26 12:40 (UTC) (edited on 2022-08-26 12:40 (UTC) by Elmar)
Thank @dreieck, i have update
dreieck commented on 2022-06-01 22:04 (UTC)
provides=("passmenu-otp=${pkgver}")
andconflicts=('passmenu-otp')
;pkgver()
function that guarantees that$pkgver
increases with each upstream git commit.Thanks for maintaining!