veloxdb-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-08-24 01:21:42.645556
View on AUR
Why flagged

The package installs a prebuilt .deb from GitHub releases, which is a normal distribution method for many AUR binary packages; the source is verifiable via checksum and hosted on the project's official repository, posing minimal risk.

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 installs a prebuilt .deb from GitHub releases, which is a normal distribution method for many AUR binary packages; the source is verifiable via checksum and hosted on the project's official repository, posing minimal risk.

PKGBUILD

1# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_packagename=VeloxDB
4_gitauthor=veloxbase
5_gitname=veloxdb
6_appname=${_gitname}
7pkgname=${_appname}-bin
8pkgdesc="A fast, memory-efficient, developer-focused desktop SQL client"
9
10pkgver=0.3.1
11pkgrel=1
12_gitversion=v${pkgver}
13
14arch=('x86_64')
15_barch=('amd64')
16
17_ghurl="https://github.com/${_gitauthor}/${_gitname}"
18_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
19url="https://veloxdb.dev/"
20
21license=('MIT')
22
23provides=("${_appname}")
24conflicts=("${pkgname%-bin}")
25depends=('glibc' 'libgcc' 'glib2' 'cairo' 'libsoup3' 'zlib' 'gtk3' 'gdk-pixbuf2' 'dbus' 'webkit2gtk-4.1' 'hicolor-icon-theme')
26
27options=('!strip')
28
29source=("README-${pkgver}.md::${_ghurlraw}/README.md"
30 "LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
31source_x86_64=("${_appname}-${arch[0]}-${pkgver}.deb::${_ghurl}/releases/download/${_gitversion}/${_gitname}_${pkgver}_${_barch[0]}.deb")
32sha256sums=('74de5bd34f54a52d6096461a8b96dcda74489bb07103ab39c0152fbaf8ab2a09'
33 '51c7b772f15a83ac914c7c506fb6efa05b19ec0f340f9c1b5ef67fbaa4317e56')
34sha256sums_x86_64=('cf57c945e3d99180d6b1e8e3ab62e342f87f9318e3eecc72c822952cdbd75a72')
35
36
37package() {
38 cd "${pkgdir}/" || exit
39
40 tar -xf "${srcdir}/data.tar.gz"
41
42 sed -e "s|Categories=|Categories=Development;|g" -e "s|Name=.*|Name=${_packagename}|g" -i "${pkgdir}/usr/share/applications/${_appname}.desktop"
43
44 install -Dm644 "${srcdir}/README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
45
46 install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
47}
48

Scan history

Scanned at (UTC)SeverityRules
2026-08-24 01:21:42 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion