e1547-bin

LOW
maintainer enova 0 votes scanned 2026-09-11 17:22:59.755085
View on AUR
Why flagged

The package downloads a prebuilt Debian package from the project's GitHub releases, which is unpacked and installed; while the source is not built from scratch, GitHub is a trusted host and the package installs only application files without executing untrusted code.

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 downloads a prebuilt Debian package from the project's GitHub releases, which is unpacked and installed; while the source is not built from scratch, GitHub is a trusted host and the package installs only application files without executing untrusted code.

PKGBUILD

1# Maintainer: enova <enovale at proton dot me>
2
3_pkgname=e1547
4pkgname=${_pkgname}-bin
5pkgver=21.0.1+103
6pkgrel=1
7pkgdesc="A sophisticated e621 browser. Debian Package."
8arch=('x86_64')
9url='https://github.com/clynamic/e1547'
10license=('GPL3')
11options=('!strip' '!debug')
12provides=("${_pkgname}")
13conflicts=("e1547-git")
14
15source_x86_64=("${pkgname}-${pkgver}.deb"::"$url/releases/download/$pkgver/${_pkgname}.deb")
16
17prepare() {
18 bsdtar -xf "${pkgname}-${pkgver}.deb"
19
20 local datatar
21 datatar=$(ls data.tar.* 2>/dev/null | head -n1)
22
23 mkdir -p data
24 bsdtar -xf "$datatar" -C data
25}
26
27package() {
28 install -d "$pkgdir/usr/bin"
29 cp -a ${srcdir}/data/* ${pkgdir}/
30}
31
32sha256sums_x86_64=('7efe06cd06340f219faf0b6a60f88ec847bb72d2849b7e7467000f0777abe008')
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-11 17:22:59 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