exhibit

maintainer archisman · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a legitimate project source on GitHub, with a minor version fix in prepare(); the only concern is a SKIP'd checksum for the git source, which is common for git-based AUR packages and not inherently dangerous.

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 90%): The package builds from a legitimate project source on GitHub, with a minor version fix in prepare(); the only concern is a SKIP'd checksum for the git source, which is common for git-based AUR packages and not inherently dangerous.

PKGBUILD

1pkgname=exhibit
2pkgver=1.6.1
3pkgrel=2
4pkgdesc='3D model viewer for the GNOME desktop powered by F3D'
5arch=('any')
6url='https://github.com/Nokse22/Exhibit'
7license=('GPL-3.0-or-later')
8depends=(
9 'f3d'
10 'libadwaita'
11 'python-gobject'
12 'python-wand'
13)
14optdepends=('yelp: view the built-in help')
15makedepends=(
16 'git'
17 'meson'
18)
19checkdepends=(
20 'appstream'
21 'desktop-file-utils'
22)
23source=(
24 "Exhibit-$pkgver::git+$url.git#tag=v$pkgver"
25 'exhibit.sh'
26)
27sha256sums=(
28 'SKIP'
29 '956bca5218bdd5e1a6a875ebacf7746f5a52c731efbfb08dba417300b53923f6'
30)
31
32prepare() {
33 # In the source code the v1.6.1 tag still declares version 1.6.0, which is shown in the app.
34 sed -i "s/version: '1.6.0'/version: '$pkgver'/" "Exhibit-$pkgver/meson.build"
35}
36
37build() {
38 arch-meson "Exhibit-$pkgver" build
39 meson compile -C build
40}
41
42check() {
43 meson test -C build --print-errorlogs
44}
45
46package() {
47 meson install -C build --destdir "$pkgdir"
48 rm "$pkgdir/usr/share/exhibit/exhibit/"{exhibit.in,meson.build}
49 install -Dm755 "$pkgdir/usr/bin/exhibit" "$pkgdir/usr/lib/exhibit/exhibit"
50 install -Dm755 exhibit.sh "$pkgdir/usr/bin/exhibit"
51}
52

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 21:16:48 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