cartridges-rewrite-git

LOW
maintainer heisenberg_1205 0 votes scanned 2026-09-06 15:12:20.220602
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: Aditya Hebballe <adityahebballe@proton.me>
2
3pkgname=cartridges-rewrite-git
4pkgver=49.0.r182.g9c879bc
5pkgrel=1
6pkgdesc="A GTK4 + Libadwaita game launcher (rewrite branch)"
7arch=(any)
8url="https://github.com/AdityaHebballe/cartridges"
9license=(GPL-3.0-or-later)
10depends=(
11 dconf
12 gdk-pixbuf2
13 gobject-introspection-runtime
14 gtk4
15 hicolor-icon-theme
16 libadwaita
17 python
18 python-gobject
19 python-pillow
20)
21makedepends=(
22 blueprint-compiler
23 git
24 meson
25)
26checkdepends=(
27 appstream
28 desktop-file-utils
29)
30optdepends=(
31 "steam: Valve's digital software delivery system"
32 'heroic-games-launcher-bin: Native GOG, Epic Games and Amazon Games launcher for Linux'
33 'lutris: Open source gaming platform for Linux'
34 'bottles: Easily manage wine and proton prefix'
35)
36provides=(cartridges)
37conflicts=(cartridges)
38source=("cartridges::git+https://github.com/AdityaHebballe/cartridges.git#branch=rewrite")
39b2sums=('SKIP')
40
41pkgver() {
42 cd cartridges
43
44 if git describe --long --tags >/dev/null 2>&1; then
45 git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
46 else
47 printf "49.0.r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
48 fi
49}
50
51build() {
52 arch-meson cartridges build -D profile=release
53 meson compile -C build
54}
55
56check() {
57 meson test -C build --print-errorlogs
58}
59
60package() {
61 meson install -C build --destdir "${pkgdir}"
62}
63

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 15:12:20 Low 1
2026-09-06 13:11:32 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