axolotl-launcher-bin

maintainer Fgaoxing · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package installs a prebuilt Debian package from the project's official GitHub releases, which is a normal distribution method; the low severity is due to few votes and recent upload, not malicious content.

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 installs a prebuilt Debian package from the project's official GitHub releases, which is a normal distribution method; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Fgaoxing <fgaoxing0206@163.com>
2pkgname=axolotl-launcher-bin
3pkgver=1.5.4
4pkgrel=1
5pkgdesc="A free, cross-platform Minecraft launcher built on the Modrinth ecosystem"
6arch=('x86_64' 'aarch64')
7url="https://github.com/Mystic-Stars/Axolotl"
8license=('GPL-3.0-only')
9depends=('webkit2gtk-4.1' 'gtk3' 'libnotify')
10conflicts=('axolotl-launcher')
11provides=("axolotl-launcher=${pkgver}")
12source=("red.ghs.axolotl.xml")
13sha256sums=("a3c7ac4b8489dff5a8e558780765648dccc99c8a65b13e6dd11777de8352da7f")
14source_x86_64=("${url}/releases/download/v${pkgver}/Axolotl.Launcher_${pkgver}_amd64.deb")
15source_aarch64=("${url}/releases/download/v${pkgver}/Axolotl.Launcher_${pkgver}_arm64.deb")
16sha256sums_x86_64=('d3d940b98da5025c4bf9c675ff1c3d2354b40eab479105b788e4d0cd5acdac1e')
17sha256sums_aarch64=('90e7629c93afbc7fe26c63fa35aacaebd7abeef79a3779cfb71d604fbb9ffcaf')
18
19package() {
20 cd "${srcdir}"
21
22 local _arch_name
23 if [ "${CARCH}" = "x86_64" ]; then
24 _arch_name="amd64"
25 elif [ "${CARCH}" = "aarch64" ]; then
26 _arch_name="arm64"
27 fi
28
29 local _deb="Axolotl.Launcher_${pkgver}_${_arch_name}.deb"
30
31 bsdtar -xf "${_deb}" -C "${srcdir}" data.tar.gz
32 bsdtar -xf "${srcdir}/data.tar.gz" -C "${pkgdir}"
33
34 install -Dm644 "red.ghs.axolotl.xml" "$pkgdir/usr/share/mime/packages/red.ghs.axolotl.xml"
35
36
37 if [ -f "${pkgdir}/usr/share/applications/Axolotl Launcher.desktop" ]; then
38 mv "${pkgdir}/usr/share/applications/Axolotl Launcher.desktop" "${pkgdir}/usr/share/applications/axolotl-launcher.desktop"
39 sed -i "s/^Exec=.*/Exec=WEBKIT_DISABLE_DMABUF_RENDERER=1 'Axolotl Launcher'/" "${pkgdir}/usr/share/applications/axolotl-launcher.desktop"
40 fi
41}
42

Changes since previous scan

--- PKGBUILD @ 2026-07-26 03:31
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,6 +1,6 @@
# Maintainer: Fgaoxing <fgaoxing0206@163.com>
pkgname=axolotl-launcher-bin
-pkgver=1.5.2
+pkgver=1.5.4
pkgrel=1
pkgdesc="A free, cross-platform Minecraft launcher built on the Modrinth ecosystem"
arch=('x86_64' 'aarch64')
@@ -13,8 +13,8 @@
sha256sums=("a3c7ac4b8489dff5a8e558780765648dccc99c8a65b13e6dd11777de8352da7f")
source_x86_64=("${url}/releases/download/v${pkgver}/Axolotl.Launcher_${pkgver}_amd64.deb")
source_aarch64=("${url}/releases/download/v${pkgver}/Axolotl.Launcher_${pkgver}_arm64.deb")
-sha256sums_x86_64=('4e2637a7b418f037c9a9fe0a2a3952942d0cdf8b1f5eb3a7982a57140ca71c9c')
-sha256sums_aarch64=('99f45ae8496503fcd6d4a0a1567aa0e0bb41657c3d3aea40270f15af6ef0b2c3')
+sha256sums_x86_64=('d3d940b98da5025c4bf9c675ff1c3d2354b40eab479105b788e4d0cd5acdac1e')
+sha256sums_aarch64=('90e7629c93afbc7fe26c63fa35aacaebd7abeef79a3779cfb71d604fbb9ffcaf')
package() {
cd "${srcdir}"

Scan history

Scanned at (UTC)SeverityRules
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 11:32:17 LOW 2
2026-07-26 03:31:41 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 13:29:48 LOW 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 13:24:23 MEDIUM 2
2026-07-23 05:22:32 MEDIUM 2
2026-07-23 00:14:47 LOW 2
2026-07-22 15:20:42 LOW 2
2026-07-22 13:20:28 LOW 2
2026-07-22 11:20:06 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