rayburst-bin

LOW
maintainer zxp19821005 0 votes scanned 2026-09-23 09:40:25.835658
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: zxp19821005 <zxp19821005 at 163 dot com>
2pkgname=rayburst-bin
3_pkgname=Rayburst
4pkgver=4.0.0_beta.5
5pkgrel=1
6pkgdesc="Redefining the open-source download manager."
7arch=(
8 'aarch64'
9 'x86_64'
10)
11url="https://rayburst.pages.dev/"
12_ghurl="https://github.com/AnInsomniacy/rayburst"
13license=('MIT')
14provides=("${pkgname%-bin}=${pkgver}")
15conflicts=("${pkgname%-bin}")
16depends=(
17 'gtk3'
18 'gdk-pixbuf2'
19 'webkit2gtk-4.1'
20 'libayatana-indicator'
21 'libappindicator'
22)
23source=("LICENSE-${pkgver}::https://raw.githubusercontent.com/AnInsomniacy/rayburst/v${pkgver//_/-}/LICENSE")
24source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.rpm::${_ghurl}/releases/download/v${pkgver//_/-}/${_pkgname}-${pkgver//_/-}-1.aarch64.rpm")
25source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.rpm::${_ghurl}/releases/download/v${pkgver//_/-}/${_pkgname}-${pkgver//_/-}-1.x86_64.rpm")
26sha256sums=('82e71190970399412c9e40fc3f4e2dc1cb070d56433ee7f25af7a4e67f401f0e')
27sha256sums_aarch64=('1a83715f677a12c9aec6237a64702537e2b17a9af27f46653ee9ba067e853432')
28sha256sums_x86_64=('760295c569e53c7dabe56d6dd6d4044f20680135b971ccf51d8cbb5d8d28cda4')
29prepare() {
30 sed -i "s/Categories=/Categories=Network;/g" "${srcdir}/usr/share/applications/${_pkgname}.desktop"
31 mv "${srcdir}/usr/share/icons/hicolor/256x256@2" "${srcdir}/usr/share/icons/hicolor/512x512"
32}
33package() {
34 install -Dm755 "${srcdir}/usr/bin/"* -t "${pkgdir}/usr/bin"
35 cp -a "${srcdir}/usr/lib" "${pkgdir}/usr"
36 find "${srcdir}" -type f \( -name "*.png" -o -name "*.svg" \) -path "*share/icons/*" | while read -r _i; do
37 _extension="${_i##*.}"
38 _icon_path="${_i#*share/icons/}"
39 _target_dir="/usr/share/icons/$(dirname "${_icon_path}")"
40 install -Dm644 "${_i}" "${pkgdir}${_target_dir}/${pkgname%-bin}.${_extension}"
41 done
42 install -Dm644 "${srcdir}/usr/share/applications/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop"
43 install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
44}
45

Scan history

Scanned at (UTC)SeverityRules
2026-09-23 09:40:25 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