aro-git

LOW
maintainer Guilherme_bash 0 votes scanned 2026-09-26 21:15:27.200055
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: gui <aerofrutiger3000@gmail.com>
2pkgname=aro-git
3_pkgname=aro
4pkgver=0.1.0.r0.ge2c778e
5pkgrel=1
6pkgdesc='Minimal tiling Wayland compositor with spring animations'
7arch=('x86_64')
8url='https://github.com/simeulinuxkaliaiwr/aro'
9license=('MIT')
10depends=(
11 'cairo'
12 'gdk-pixbuf2'
13 'glib2'
14 'libdrm'
15 'libglvnd'
16 'libinput'
17 'libxcb'
18 'libxkbcommon'
19 'pango'
20 'pixman'
21 'scenefx0.5'
22 'wayland'
23 'wlroots0.20'
24 'xcb-util-wm'
25)
26makedepends=('git' 'meson' 'wayland-protocols')
27optdepends=(
28 'foot: default terminal (mod+Return)'
29 'fuzzel: default launcher (mod+d)'
30 'librsvg: SVG wallpapers, including the default one'
31 'xdg-desktop-portal-gtk: file pickers and other portal dialogs'
32 'xdg-desktop-portal-wlr: screen sharing and screenshots'
33 'xorg-xwayland: X11 applications'
34)
35provides=("$_pkgname")
36conflicts=("$_pkgname")
37source=("git+$url.git")
38sha256sums=('SKIP')
39
40pkgver() {
41 cd "$_pkgname"
42 git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
43}
44
45build() {
46 arch-meson "$_pkgname" build
47 meson compile -C build
48}
49
50package() {
51 meson install -C build --destdir "$pkgdir"
52 install -Dm644 "$_pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
53 install -Dm644 "$_pkgname/README.md" "$pkgdir/usr/share/doc/$_pkgname/README.md"
54}
55

Changes since previous scan

--- PKGBUILD @ 2026-09-26 17:15
+++ PKGBUILD @ 2026-09-26 21:15
@@ -11,13 +11,17 @@
'cairo'
'gdk-pixbuf2'
'glib2'
+ 'libdrm'
+ 'libglvnd'
'libinput'
+ 'libxcb'
'libxkbcommon'
'pango'
'pixman'
'scenefx0.5'
'wayland'
'wlroots0.20'
+ 'xcb-util-wm'
)
makedepends=('git' 'meson' 'wayland-protocols')
optdepends=(

Scan history

Scanned at (UTC)SeverityRules
2026-09-26 21:15:27 Low 1
2026-09-26 17:15:25 Low 1
2026-09-26 15:15:21 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