ripple-proton

LOW
maintainer sachesi 0 votes scanned 2026-09-18 19:28:54.129711
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: sachesi <xsachesi@pm.me>
2
3# pkgver and sha256sums are filled in by .github/workflows/aur.yml for each release.
4pkgname=ripple-proton
5_name=ripple
6pkgver=3.2.0
7pkgrel=1
8pkgdesc='Download and install Proton releases with centralized storage and symlink management'
9arch=('any')
10url='https://github.com/sachesi/ripple'
11license=('GPL-3.0-or-later')
12depends=('python')
13makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
14conflicts=('ripple')
15source=("$_name-$pkgver.tar.gz::$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
16sha256sums=('6228f7c4da1d88f950017f47e44f84482e79a598281172ce69e17d710c45cbda')
17
18build() {
19 cd "$_name-$pkgver"
20 python -m build --wheel --no-isolation
21}
22
23check() {
24 cd "$_name-$pkgver"
25 PYTHONPATH=src python -m unittest discover -s tests
26}
27
28package() {
29 cd "$_name-$pkgver"
30 python -m installer --destdir="$pkgdir" dist/*.whl
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-09-18 19:28:54 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