webarchive

LOW
maintainer yochananmarqos 0 votes scanned 2026-08-25 17:27:20.499711
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: Mark Wagie <mark dot wagie at proton dot me>
2pkgname=webarchive
3pkgver=1.1.0
4pkgrel=1
5pkgdesc="Browse offline ZIM archives"
6arch=('any')
7url="https://github.com/mhhemati0/WebArchive"
8license=('GPL-3.0-or-later')
9depends=(
10 'gtk4'
11 'libadwaita'
12 'python-gobject'
13 'python-libzim'
14 'webkitgtk-6.0'
15)
16makedepends=('meson')
17source=("WebArchive-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
18sha256sums=('393baa161617bd07896fbd1eb504d24b337b802c28db435077a18f1fbf6902f5')
19
20build() {
21 arch-meson "WebArchive-$pkgver" build
22 meson compile -C build
23}
24
25check() {
26 meson test -C build --no-rebuild --print-errorlogs
27}
28
29package() {
30 meson install -C build --no-rebuild --destdir "$pkgdir"
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-08-25 17:27:20 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