ardali-browser

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

The package builds from source hosted on the author's GitHub, which is a common and acceptable practice for AUR packages; the only concerns are a skipped checksum and low votes/newness, but no evidence of malicious behavior or unverifiable prebuilt binaries.

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 from source hosted on the author's GitHub, which is a common and acceptable practice for AUR packages; the only concerns are a skipped checksum and low votes/newness, but no evidence of malicious behavior or unverifiable prebuilt binaries.

PKGBUILD

1# Maintainer: Muhammed Dali <support@ardali.app>
2
3pkgname=ardali-browser
4pkgver=6.0.0
5pkgrel=2
6pkgdesc="Native Qt/C++ desktop browser with integrated privacy and media tools"
7arch=('x86_64')
8url="https://github.com/Muhammed-Dali/ArDali-Browser"
9license=('GPL-3.0-only')
10depends=(
11 'ffmpeg'
12 'openssl'
13 'qt6-base'
14 'qt6-imageformats'
15 'qt6-svg'
16 'qt6-webengine'
17)
18makedepends=(
19 'cmake'
20 'git'
21 'ninja'
22 'nodejs'
23)
24provides=('ardali' 'ardali-webmedia')
25conflicts=('ardali' 'ardali-bin' 'ardali-webmedia' 'aurivo-bin')
26replaces=('ardali-bin' 'ardali-webmedia')
27source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Muhammed-Dali/ArDali-Browser/archive/refs/tags/v${pkgver}.tar.gz")
28sha256sums=('SKIP')
29
30build() {
31 cmake \
32 -S "ArDali-Browser-${pkgver}/browser" \
33 -B build \
34 -G Ninja \
35 -DCMAKE_BUILD_TYPE=Release \
36 -DCMAKE_INSTALL_PREFIX=/usr \
37 -DCMAKE_INSTALL_BINDIR=lib/ardali-browser
38 cmake --build build
39}
40
41check() {
42 QT_QPA_PLATFORM=offscreen QTWEBENGINE_DISABLE_SANDBOX=1 \
43 ctest --test-dir build --output-on-failure
44}
45
46package() {
47 DESTDIR="${pkgdir}" cmake --install build
48
49 install -dm755 "${pkgdir}/usr/bin"
50 ln -s ../lib/ardali-browser/ardali-browser "${pkgdir}/usr/bin/ardali-browser"
51
52 sed -i \
53 -e 's|^Exec=.*|Exec=/usr/bin/ardali-browser %U|' \
54 -e 's|^TryExec=.*|TryExec=/usr/bin/ardali-browser|' \
55 "${pkgdir}/usr/share/applications/ardali-browser.desktop"
56
57 install -Dm644 "ArDali-Browser-${pkgver}/LICENSE" \
58 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
59 install -Dm644 "ArDali-Browser-${pkgver}/browser/resources/adblock/NOTICE.txt" \
60 "${pkgdir}/usr/share/licenses/${pkgname}/NOTICE.adblock"
61}
62

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