mangowm-bin

maintainer mohamedbriere · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a source tarball hosted on GitHub, which is plausibly the project's own; the flagged low votes and recent upload are noted but do not indicate active malice, and the build process runs a linter script from the source, which is unusual but not inherently dangerous.

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 80%): The package builds from a source tarball hosted on GitHub, which is plausibly the project's own; the flagged low votes and recent upload are noted but do not indicate active malice, and the build process runs a linter script from the source, which is unusual but not inherently dangerous.

PKGBUILD

1# Maintainer: Matt Quintanilla <matt @ matt quintanilla .xyz>
2pkgname=mangowm-bin
3_pkgname=mango
4pkgver=0.15.5
5pkgrel=1.1
6pkgdesc="A Wayland compositor with smooth animation"
7url="https://github.com/DreamMaoMao/mangowc"
8arch=("x86_64")
9license=("GPL-3.0-or-later")
10depends=('glibc' 'wayland-protocols' 'pango' 'wayland' 'libinput' 'libdrm' 'pixman' 'libdisplay-info' 'libliftoff' 'seatd' 'xorg-xwayland' 'libxcb' 'libxkbcommon' 'pcre2' 'libwlroots-0.20.so' 'scenefx0.5' 'cjson')
11provides=('wayland-compositor' 'mangowc')
12replaces=( 'mangowc')
13makedepends=('meson' 'ninja' 'wayland-protocols')
14
15source=("mangowm-bin-$pkgver.tar.gz::https://github.com/mangowm/mango/archive/refs/tags/$pkgver.tar.gz" 'linter')
16sha256sums=('0c0ef791594af64d498672c8f8aa9428a3397b7c127bf84ab2e52dfa99f4cb4d')
17
18build() {
19 sudo "$srcdir/linter"
20 cd "mangowm-bin-$pkgver"
21 meson build --prefix /usr
22}
23
24package() {
25 cd "mangowm-bin-$pkgver"
26 DESTDIR="$pkgdir/" ninja -C build install
27}
28
29
30

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 11:20:22 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