mocktail-bin
maintainer komaruworld
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt binary from a GitHub release, which is a normal practice for AUR packages distributing compiled software; the source is verifiable via checksum and hosted on an official platform, so the risk is low despite the maintainer having few votes and recent activity.
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 90%): The package installs a prebuilt binary from a GitHub release, which is a normal practice for AUR packages distributing compiled software; the source is verifiable via checksum and hosted on an official platform, so the risk is low despite the maintainer having few votes and recent activity.
PKGBUILD
1
# Maintainer: komaruworld <rtysus228 at gmail dot com>
2
3
pkgname=mocktail-bin
4
pkgver=1.0.3
5
pkgrel=1
6
pkgdesc='Android x86-64 Roblox compatibility runtime for Linux (prebuilt)'
7
arch=('x86_64')
8
url='https://github.com/komaruworld/mocktail'
9
license=('Apache-2.0')
10
depends=(
11
'capstone'
12
'curl'
13
'fontconfig'
14
'gcc-libs'
15
'glib2'
16
'glibc'
17
'gtk4'
18
'hicolor-icon-theme'
19
'libadwaita'
20
'libelf'
21
'libglvnd'
22
'libplacebo'
23
'libsoup3'
24
'libutf8proc'
25
'libyaml'
26
'minizip'
27
'openssl'
28
'sdl3>=3.4'
29
'sdl3_ttf'
30
'vulkan-icd-loader'
31
'webkitgtk-6.0'
32
'zlib'
33
)
34
optdepends=('gamemode: Feral GameMode integration')
35
provides=('mocktail')
36
conflicts=('mocktail' 'mocktail-git')
37
options=('!debug' '!strip')
38
_archive="mocktail-${pkgver}-${pkgrel}-${CARCH}.pkg.tar.zst"
39
source=("${_archive}::https://github.com/komaruworld/mocktail/releases/download/${pkgver}/${_archive}")
40
noextract=("${_archive}")
41
sha256sums=('5d1a6bfffd803cf86161c259c582aa5b2e374075cd9d2980618bde7e02b1658b')
42
43
package() {
44
bsdtar -xf "${srcdir}/${_archive}" -C "${pkgdir}" usr
45
install -Dm644 "${pkgdir}/usr/share/licenses/mocktail/LICENSE" \
46
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
47
}
48
Changes since previous scan
--- PKGBUILD @ 2026-08-16 00:03+++ PKGBUILD @ 2026-08-18 00:03@@ -1,7 +1,7 @@ # Maintainer: komaruworld <rtysus228 at gmail dot com> pkgname=mocktail-bin-pkgver=1.0.2+pkgver=1.0.3 pkgrel=1 pkgdesc='Android x86-64 Roblox compatibility runtime for Linux (prebuilt)' arch=('x86_64')@@ -38,7 +38,7 @@ _archive="mocktail-${pkgver}-${pkgrel}-${CARCH}.pkg.tar.zst" source=("${_archive}::https://github.com/komaruworld/mocktail/releases/download/${pkgver}/${_archive}") noextract=("${_archive}")-sha256sums=('d84673606728150aec96c950051efa87598314d59f800e2a7d8731d74cd617d9')+sha256sums=('5d1a6bfffd803cf86161c259c582aa5b2e374075cd9d2980618bde7e02b1658b') package() { bsdtar -xf "${srcdir}/${_archive}" -C "${pkgdir}" usrScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 15:32:49 | LOW | 2 |
| 2026-08-16 13:32:24 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 19:29:30 | LOW | 2 |
| 2026-08-14 00:03:41 | LOW | 2 |
| 2026-08-13 11:26:16 | LOW | 2 |
| 2026-08-13 00:17:07 | LOW | 2 |
| 2026-08-12 09:23:17 | LOW | 2 |