jkey

LOW
maintainer imjiaoyuan 0 votes scanned 2026-08-22 03:16:42.422172
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: imjiaoyuan <imjiaoyuan@gmail.com>
2
3pkgname=jkey
4pkgver=0.3.2
5pkgrel=4
6pkgdesc="Python library for password management and TOTP verification"
7arch=('any')
8url="https://github.com/imjiaoyuan/jkey"
9license=('MIT')
10depends=('python>=3.10' 'python-portalocker')
11optdepends=('python-opencv: QR code scanning for jkey 2fa add')
12provides=("python-jkey=$pkgver")
13conflicts=('python-jkey')
14makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools>=61.0')
15options=('!strip' '!debug')
16source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
17sha256sums=('3b5af006ed4b8a6e6bab51569a4074eb5d58a23ab2ff4a129c051d080ba707da')
18
19build() {
20 cd "jkey-$pkgver"
21 python -m build --wheel --no-isolation
22}
23
24package() {
25 cd "jkey-$pkgver"
26 python -m installer --destdir="$pkgdir" dist/*.whl
27 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 03:16:42 Low 1
2026-08-16 00:03:42 Clean 2
2026-08-15 15:30:38 Low 1
2026-08-14 00:03:41 Clean 2
2026-08-13 09:26:10 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion