pob-redux-bin

LOW
maintainer judd 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package re-packages a prebuilt .deb from the project's official GitHub releases, which is a normal AUR practice; the binary is from a trusted project source, and no malicious behavior or unverifiable payloads are present.

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package re-packages a prebuilt .deb from the project's official GitHub releases, which is a normal AUR practice; the binary is from a trusted project source, and no malicious behavior or unverifiable payloads are present.

PKGBUILD

1# Maintainer: Judd <ipajudd at gmail dot com>
2#
3# Repackages the .deb from the GitHub release. .github/workflows/aur.yml sets
4# pkgver, pkgrel and the checksums, then pushes this file to the AUR.
5
6pkgname=pob-redux-bin
7_pkgname=pob-redux
8pkgver=0.2.17
9pkgrel=1
10pkgdesc="Path of Building for Path of Exile 1 and 2, rebuilt"
11arch=('x86_64')
12url="https://pobredux.com"
13license=('MIT')
14depends=('webkit2gtk-4.1' 'gtk3' 'libsoup3' 'glib2' 'cairo' 'gdk-pixbuf2' 'dbus' 'gcc-libs' 'glibc' 'hicolor-icon-theme')
15optdepends=('gnome-keyring: store assistant API keys'
16 'kwallet: store assistant API keys')
17provides=("$_pkgname")
18conflicts=("$_pkgname")
19options=('!strip' '!debug')
20source=("$_pkgname-$pkgver.deb::https://github.com/juddisjudd/pob-redux/releases/download/v$pkgver/PoB.Redux_${pkgver}_amd64.deb"
21 "LICENSE-$pkgver::https://raw.githubusercontent.com/juddisjudd/pob-redux/v$pkgver/LICENSE")
22sha256sums=('71fdc3e2b5144f38cb4f3ac27279d8dc9e2d9952f4e0c8282a27c78d7b90ae40'
23 '1724147fdca0d7d5be9f05217865af65e595ff3d17c8bcbd58683fe23e8909f7')
24
25package() {
26 bsdtar -xf data.tar.* -C "$pkgdir"
27 install -Dm644 "LICENSE-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 23:24:19 Low 2

Report a package

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

0 / 4000
Your suggestion