riftlauncher-bin

LOW
maintainer dyrosis 0 votes scanned 2026-09-01 05:47:12.474482
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: Nate Sheibley <n.sheibley@gmail.com>
2
3pkgname=riftlauncher-bin
4pkgver=1.7.0_beta.5
5pkgrel=2
6pkgdesc="Vintage Story launcher by the Stratum Server Devs"
7arch=('x86_64')
8options=('!strip' '!debug')
9url="https://github.com/StratumServer/RiftLauncher"
10license=('MIT')
11
12_riftver="${pkgver//_/-}"
13_archive="riftlauncher-${_riftver}.pacman"
14
15depends=(
16 'gtk3'
17 'nss'
18 'alsa-lib'
19)
20
21source=(
22 "$_archive::${url}/releases/download/v${_riftver}/${_archive}"
23 "riftlauncher-LICENSE::https://github.com/StratumServer/RiftLauncher/raw/refs/heads/main/LICENSE"
24)
25
26sha256sums=(
27 'cf83058616ad1dc0223852e89d502102acd90b343c8f624f4c00ad6cab9c7d41'
28 '5a2ee6564e40040332174f7faf48810a1a0815fceb203d33d140da6497d68115'
29)
30
31package() {
32 bsdtar -xf "$srcdir/$_archive" \
33 -C "$pkgdir" \
34 --exclude='.PKGINFO' \
35 --exclude='.MTREE' \
36 --exclude='.INSTALL'
37
38 install -Dm644 "$srcdir/riftlauncher-LICENSE" \
39 "$pkgdir/usr/share/licenses/$pkgname/riftlauncher-LICENSE"
40
41 install -d "$pkgdir/usr/bin"
42 ln -s /opt/RiftLauncher/riftlauncher \
43 "$pkgdir/usr/bin/riftlauncher"
44
45 # The upstream .INSTALL conditionally installs an AppArmor profile into
46 # /etc/apparmor.d. Keep the bundled profile under /opt/RiftLauncher
47 # rather than modifying the host's AppArmor configuration automatically.
48
49 # Use the non-SUID Chromium sandbox when user namespaces are available.
50 chmod 0755 "$pkgdir/opt/RiftLauncher/chrome-sandbox"
51}
52

Scan history

Scanned at (UTC)SeverityRules
2026-09-01 05:47:12 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