rill-torrent

LOW
maintainer sachesi 0 votes scanned 2026-09-18 17:28:51.851564
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=rill-torrent
5_name=rill
6pkgver=0.3.0
7pkgrel=1
8pkgdesc='A small BitTorrent client'
9arch=('x86_64' 'aarch64')
10url='https://github.com/sachesi/rill'
11license=('GPL-3.0-or-later' 'Apache-2.0')
12depends=('gtk4>=1:4.20' 'libadwaita>=1:1.8' 'glib2' 'cairo' 'hicolor-icon-theme' 'libgcc' 'glibc')
13makedepends=('cargo' 'blueprint-compiler' 'just' 'gettext')
14conflicts=('rill' 'rill-git' 'rill-bin')
15# SQLite is compiled in; the Rust linker cannot read the objects makepkg's LTO makes of it.
16options=('!lto')
17source=("$_name-$pkgver.tar.gz::$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
18sha256sums=('153744a885ad180770472482d36b56ab653b51e7a9180b604208c649f75abbf5')
19
20prepare() {
21 cd "$_name-$pkgver"
22 export RUSTUP_TOOLCHAIN=stable
23 cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
24}
25
26build() {
27 cd "$_name-$pkgver"
28 export RUSTUP_TOOLCHAIN=stable
29 export CARGO_TARGET_DIR=target
30 export RILL_LOCALEDIR=/usr/share/locale
31 cargo build --frozen --release
32}
33
34check() {
35 cd "$_name-$pkgver"
36 export RUSTUP_TOOLCHAIN=stable
37 export CARGO_TARGET_DIR=target
38 cargo test --frozen
39}
40
41package() {
42 cd "$_name-$pkgver"
43 DESTDIR="$pkgdir" just prefix=/usr install
44 # The install recipe refreshes the caches even when staged; pacman's hooks own them.
45 rm -f "$pkgdir/usr/share/applications/mimeinfo.cache" \
46 "$pkgdir/usr/share/icons/hicolor/icon-theme.cache"
47}
48

Scan history

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