pob-redux-bin
LOW
maintainer judd
0 votes
scanned 2026-09-17 00:27:14.276658
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
6
pkgname=pob-redux-bin
7
_pkgname=pob-redux
8
pkgver=0.2.17
9
pkgrel=1
10
pkgdesc="Path of Building for Path of Exile 1 and 2, rebuilt"
11
arch=('x86_64')
12
url="https://pobredux.com"
13
license=('MIT')
14
depends=('webkit2gtk-4.1' 'gtk3' 'libsoup3' 'glib2' 'cairo' 'gdk-pixbuf2' 'dbus' 'gcc-libs' 'glibc' 'hicolor-icon-theme')
15
optdepends=('gnome-keyring: store assistant API keys'
16
'kwallet: store assistant API keys')
17
provides=("$_pkgname")
18
conflicts=("$_pkgname")
19
options=('!strip' '!debug')
20
source=("$_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")
22
sha256sums=('71fdc3e2b5144f38cb4f3ac27279d8dc9e2d9952f4e0c8282a27c78d7b90ae40'
23
'1724147fdca0d7d5be9f05217865af65e595ff3d17c8bcbd58683fe23e8909f7')
24
25
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 23:24:19 | Low | 2 |