python-proton-keyring-linux-no-gnome

LOW
maintainer AidanGG 0 votes scanned 2026-09-12 09:11:25.593543
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: Peter Jung <ptr1337@archlinux.org>
2# Contributor: Ali Molaei <ali dot molaei at protonmail dot com>
3
4_pkgbase=python-proton-keyring-linux
5pkgname="${_pkgbase}-no-gnome"
6pkgver=0.2.3
7pkgrel=2
8pkgdesc="The proton-keyring-linux component without GNOME Keyring as a dependency."
9arch=(any)
10url="https://github.com/ProtonVPN/python-proton-keyring-linux"
11license=(GPL-3.0-or-later)
12depends=(
13 python
14 python-keyring
15 python-proton-core
16 org.freedesktop.secrets
17)
18makedepends=(
19 git
20 python-build
21 python-installer
22 python-setuptools
23 python-wheel
24)
25provides=(python-proton-keyring-linux)
26conflicts=(python-proton-keyring-linux)
27source=("git+https://github.com/ProtonVPN/${_pkgbase}.git#tag=v${pkgver}")
28sha256sums=('9d81b19c47e3da0363bfdf36e9e7312458538bcb4454dde3f6b5570f24052d93')
29
30build() {
31 cd "$_pkgbase"
32 python -m build --wheel --no-isolation
33}
34
35package() {
36 cd "$_pkgbase"
37 python -m installer --destdir="$pkgdir" dist/*.whl
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-09-12 09:11:25 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