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
1
pkgname=exhibit
2
pkgver=1.6.1
3
pkgrel=2
4
pkgdesc='3D model viewer for the GNOME desktop powered by F3D'
5
arch=('any')
6
url='https://github.com/Nokse22/Exhibit'
7
license=('GPL-3.0-or-later')
8
depends=(
9
'f3d'
10
'libadwaita'
11
'python-gobject'
12
'python-wand'
13
)
14
optdepends=('yelp: view the built-in help')
15
makedepends=(
16
'git'
17
'meson'
18
)
19
checkdepends=(
20
'appstream'
21
'desktop-file-utils'
22
)
23
source=(
24
"Exhibit-$pkgver::git+$url.git#tag=v$pkgver"
25
'exhibit.sh'
26
)
27
sha256sums=(
28
'SKIP'
29
'956bca5218bdd5e1a6a875ebacf7746f5a52c731efbfb08dba417300b53923f6'
30
)
31
32
prepare() {
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
37
build() {
38
arch-meson "Exhibit-$pkgver" build
39
meson compile -C build
40
}
41
42
check() {
43
meson test -C build --print-errorlogs
44
}
45
46
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |