onehouronelife-bin
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from a dynamic subdomain of onehouronelife.com, which is plausibly the project's own infrastructure; the download is for the official game binary, checksum is provided, and no untrusted or obfuscated code execution occurs.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a source tarball from a dynamic subdomain of onehouronelife.com, which is plausibly the project's own infrastructure; the download is for the official game binary, checksum is provided, and no untrusted or obfuscated code execution occurs.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:30
source=(http://download$(( (RANDOM % 8) + 1)).onehouronelife.com/downloads/$_tarname.tar.gz)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: bobpaul <aurpackage [at] bobpaul 'period' org>
2
# This package is weird and needs some re-thinking
3
# Upstream wants to store the settings in the installation directory like an old MSDos program
4
# Instead I include a launcher script which uses a bunch of simlinks to run the game from
5
# ~/.config/onelife which ensures your settings stay in your home folder
6
#
7
# ... there's gotta be a better way
8
pkgname="onehouronelife-bin"
9
pkgver="58"
10
pkgrel=5
11
epoch=
12
pkgdesc="Binary package for One Hour One Life game by Jason Rohrer"
13
arch=('x86_64')
14
url="http://onehouronelife.com"
15
license=('custom:Public Domain')
16
groups=()
17
depends=("xclip" "lib32-sdl")
18
makedepends=()
19
checkdepends=()
20
optdepends=()
21
provides=()
22
conflicts=('onehouronelife-latest')
23
replaces=()
24
backup=()
25
options=()
26
install=
27
changelog=
28
_folder=OneLife_v${pkgver}
29
_tarname=${_folder}_Linux
30
source=(http://download$(( (RANDOM % 8) + 1)).onehouronelife.com/downloads/$_tarname.tar.gz)
31
#source=(git+https://github.com/jasonrohrer/OneLifeData7.git
32
# git+https://github.com/jasonrohrer/minorGems.git
33
# git+https://github.com/jasonrohrer/OneLife.git
34
# )
35
noextract=()
36
sha256sums=('1099672b88ab7e4e801a22a24a36195e2f59a76345224cb7e9bd73c91cea99a9')
37
#sha256sums=( 'SKIP'
38
# 'SKIP'
39
# 'SKIP')
40
validpgpkeys=()
41
42
prepare() {
43
cd $_folder
44
rm -rf settings_default >/dev/null || true
45
mv settings settings_default
46
}
47
48
#build() {
49
#}
50
51
#check() {
52
# cd "$pkgname-$pkgver"
53
# make -k check
54
#}
55
56
package() {
57
instdir=${pkgname%-bin}
58
install -dm755 $pkgdir/opt/$instdir
59
cp -r $_folder/* $pkgdir/opt/$instdir/
60
install -m755 $startdir/onelife $pkgdir/opt/$instdir
61
install -dm755 $pkgdir/usr/local/bin
62
ln -s /opt/$instdir/onelife $pkgdir/usr/local/bin/onelife
63
ln -s /opt/$instdir/no_copyright.txt $pkgdir/opt/$instdir/LICENSE
64
}
65
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |