gastube

LOW
maintainer alphaliu01 0 votes scanned 2026-09-26 09:14:41.464653
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# Published to the AUR by KSXGitHub/github-actions-deploy-aur.
2# The release tag is v${pkgver}+${pkgrel}. Its asset name matches
3# packaging/linux/build-release.sh.
4pkgname=gastube
5pkgver=0.9.3
6pkgrel=14
7pkgdesc='Ad-free YouTube client'
8arch=('x86_64')
9url='https://github.com/alpha-liu-01/GasTube'
10license=('GPL-3.0-or-later')
11depends=('gtk3' 'mpv')
12options=('!strip' '!debug')
13_tag="v${pkgver}+${pkgrel}"
14_archive="gastube-${pkgver}+${pkgrel}-linux-x64.tar.gz"
15source=(
16 "${_archive}::https://github.com/alpha-liu-01/GasTube/releases/download/${_tag}/${_archive}"
17 "LICENSE::https://raw.githubusercontent.com/alpha-liu-01/GasTube/${_tag}/LICENSE"
18 "gastube.desktop::https://raw.githubusercontent.com/alpha-liu-01/GasTube/${_tag}/packaging/linux/gastube.desktop"
19 "gastube-16.png::https://raw.githubusercontent.com/alpha-liu-01/GasTube/${_tag}/packaging/linux/icons/16x16/apps/gastube.png"
20 "gastube-24.png::https://raw.githubusercontent.com/alpha-liu-01/GasTube/${_tag}/packaging/linux/icons/24x24/apps/gastube.png"
21 "gastube-32.png::https://raw.githubusercontent.com/alpha-liu-01/GasTube/${_tag}/packaging/linux/icons/32x32/apps/gastube.png"
22 "gastube-48.png::https://raw.githubusercontent.com/alpha-liu-01/GasTube/${_tag}/packaging/linux/icons/48x48/apps/gastube.png"
23 "gastube-64.png::https://raw.githubusercontent.com/alpha-liu-01/GasTube/${_tag}/packaging/linux/icons/64x64/apps/gastube.png"
24 "gastube-256.png::https://raw.githubusercontent.com/alpha-liu-01/GasTube/${_tag}/packaging/linux/icons/256x256/apps/gastube.png"
25)
26sha256sums=('e400e3d75adfc2f61f76c292608a521c95f02c8d8a4927b34f966740c6d4db7b'
27 '3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986'
28 '47c08a805b2dad75906000d8a3c7da5c16c517e143db34ede8e5230be28d92e6'
29 'a7d0b5b8baeed45f2e74e68ae7f14988e068bacc08f71e96fa7aae6a1356dd88'
30 '38c5f9f08c5b6edd0bca83322db452752b5aa8b2b2cb3cc6b063ae9f6810d9a4'
31 '13ace8d1466c2a7f8f0cbb6f30b9a0693bdad12f09171878a033ea6b9316a178'
32 '2f479bcc40b949c09a3068eedeec50249ea948f8eaa28ee1197a7dd33d4ee80d'
33 '11d91803e7159ff3004708646c49d673472bce013852cd615507b4de676963e6'
34 'f72055ffb5273d6ba2fe94404ed2a06886812bdfaf0fbd6b3dffcda11993cf6a')
35
36package() {
37 install -dm755 "${pkgdir}/opt"
38 cp -a "${srcdir}/gastube" "${pkgdir}/opt/"
39 install -dm755 "${pkgdir}/usr/bin"
40 ln -s /opt/gastube/gastube "${pkgdir}/usr/bin/gastube"
41 install -Dm644 "${srcdir}/gastube.desktop" \
42 "${pkgdir}/usr/share/applications/gastube.desktop"
43 local size
44 for size in 16 24 32 48 64 256; do
45 install -Dm644 "${srcdir}/gastube-${size}.png" \
46 "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/gastube.png"
47 done
48 install -Dm644 "${srcdir}/LICENSE" \
49 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
50}
51

Scan history

Scanned at (UTC)SeverityRules
2026-09-26 09:14:41 Low 1
2026-09-26 07:14:17 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