cosmic-sound-theme-git
maintainer yochananmarqos
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds a sound theme from the official project Git repository; the only issue is a SKIP'd checksum and low votes, but it installs non-executable data files, so the risk is minimal.
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 builds a sound theme from the official project Git repository; the only issue is a SKIP'd checksum and low votes, but it installs non-executable data files, so the risk is minimal.
PKGBUILD
1
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
2
pkgname=cosmic-sound-theme-git
3
pkgver=1.4.0.r0.g7aabe44
4
pkgrel=2
5
pkgdesc="System76 COSMIC Sound Theme"
6
arch=('any')
7
url="https://github.com/pop-os/cosmic-sound-theme"
8
license=('CC-BY-SA-4.0')
9
makedepends=(
10
'git'
11
'meson'
12
)
13
provides=("${pkgname%-git}" 'pop-sound-theme')
14
conflicts=("${pkgname%-git}" 'pop-sound-theme')
15
source=('git+https://github.com/pop-os/cosmic-sound-theme.git')
16
sha256sums=('SKIP')
17
18
pkgver() {
19
cd "${pkgname%-git}"
20
git describe --long --tags --abbrev=7 | sed 's/^epoch-//;s/\([^-]*-g\)/r\1/;s/-/./g'
21
}
22
23
build() {
24
arch-meson "${pkgname%-git}" build
25
meson compile -C build
26
}
27
28
package() {
29
meson install -C build --no-rebuild --destdir "$pkgdir"
30
}
31
Changes since previous scan
--- PKGBUILD @ 2026-07-23 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: Mark Wagie <mark dot wagie at proton dot me> pkgname=cosmic-sound-theme-git pkgver=1.4.0.r0.g7aabe44-pkgrel=1+pkgrel=2 pkgdesc="System76 COSMIC Sound Theme" arch=('any') url="https://github.com/pop-os/cosmic-sound-theme"@@ -10,8 +10,8 @@ 'git' 'meson' )-provides=("${pkgname%-git}")-conflicts=("${pkgname%-git}")+provides=("${pkgname%-git}" 'pop-sound-theme')+conflicts=("${pkgname%-git}" 'pop-sound-theme') source=('git+https://github.com/pop-os/cosmic-sound-theme.git') sha256sums=('SKIP') Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 21:26:05 | LOW | 2 |
| 2026-07-23 00:14:47 | CLEAN | 2 |
| 2026-07-22 17:21:24 | LOW | 1 |
| 2026-07-22 00:29:32 | CLEAN | 2 |
| 2026-07-21 21:18:19 | LOW | 1 |