pear-desktop-michei69-bin

LOW
maintainer earthmessenger 0 votes scanned 2026-09-27 15:19:08.759284
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: emsger <earthmessenger@qq.com>
2# With help of AI
3
4pkgname=pear-desktop-michei69-bin
5_app_id=com.github.th-ch.youtube-music
6pkgver=3.12.2
7pkgrel=1
8pkgdesc="YouTube Music Desktop App - including custom plugins (michei69's fork)"
9arch=('x86_64' 'aarch64' 'armv7h')
10url="https://github.com/michei69/pear-desktop"
11license=('MIT')
12# 预编译二进制无调试符号,不生成 -debug 子包(也避免与上游 pear-desktop-bin-debug 文件冲突)
13options=('!debug')
14makedepends=('desktop-file-utils')
15depends=(
16 'gtk3'
17 'libsecret'
18 'nss'
19)
20provides=('pear-desktop' 'youtube-music')
21conflicts=('pear-desktop' 'youtube-music' 'pear-desktop-bin' 'pear-desktop-git')
22install='youtube-music.install'
23source=("license-$pkgver::https://github.com/michei69/pear-desktop/raw/v$pkgver/license"
24 'youtube-music.sh')
25source_x86_64=("https://github.com/michei69/pear-desktop/releases/download/v$pkgver/youtube-music_${pkgver}_amd64.deb")
26source_aarch64=("https://github.com/michei69/pear-desktop/releases/download/v$pkgver/youtube-music_${pkgver}_arm64.deb")
27source_armv7h=("https://github.com/michei69/pear-desktop/releases/download/v$pkgver/youtube-music_${pkgver}_armv7l.deb")
28sha256sums=('34166a5d4f182354810c18c9d568cbdd2b8ef7e95fa71d31f1d00fbe1089ac81'
29 '3769e2d994ad011e8481f3ed448557cd9e5b5f1a805d84b4944639c807440d8c')
30sha256sums_x86_64=('43ee428aac927ab139cedee8aa855086015f3d9e12775923349a8328196544ca')
31sha256sums_aarch64=('2e92dc6d607bfc2b7de497f91aca9d9edc35912236d92a5744775874296e7d0d')
32sha256sums_armv7h=('59ccd3e3b03b14059a278763a703be77748c9051a501c3188928e03aa33d8a1e')
33
34package() {
35 bsdtar xfv data.tar.xz -C "$pkgdir"
36
37 desktop-file-edit --set-key=Exec --set-value="youtube-music %U" \
38 "$pkgdir/usr/share/applications/${_app_id}.desktop"
39
40 install -d "$pkgdir/etc/apparmor.d"
41 ln -s "/opt/YouTube Music/resources/apparmor-profile" \
42 "$pkgdir/etc/apparmor.d/youtube-music"
43
44 install -Dm755 youtube-music.sh "$pkgdir/usr/bin/youtube-music"
45
46 install -Dm644 "license-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/license"
47}
48

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 15:19:08 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