deja-bin

maintainer trly · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads prebuilt binaries from the project's GitHub releases, which is a common and generally trusted practice; while the low vote count and recent upload are noted, the sources are verifiable via checksums and hosted on an official platform.

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 prebuilt binaries from the project's GitHub releases, which is a common and generally trusted practice; while the low vote count and recent upload are noted, the sources are verifiable via checksums and hosted on an official platform.

PKGBUILD

1# Maintainer: Travis Lyons <pkgbuild at trly dot dev>
2pkgname=deja-bin
3pkgver=0.3.2
4pkgrel=1
5pkgdesc="Predictive inline shell autosuggestions for zsh"
6arch=('x86_64' 'aarch64')
7url="https://github.com/Giammarco-Ferranti/deja"
8license=('MIT')
9depends=('glibc' 'zsh')
10provides=("deja=${pkgver}")
11conflicts=('deja')
12options=('!debug' '!strip')
13source_x86_64=("${url}/releases/download/v${pkgver}/deja_${pkgver}_linux_amd64.tar.gz")
14source_aarch64=("${url}/releases/download/v${pkgver}/deja_${pkgver}_linux_arm64.tar.gz")
15sha256sums_x86_64=('f8ffcbefa37b3c1a8287d397518ba5586fcc069b0d1fa53da94736f2edc37642')
16sha256sums_aarch64=('726b08adf7d6707f00f0f4e281422f4286a703b1f7be59251a84d131bfcd635a')
17
18package() {
19 install -Dm755 deja -t "${pkgdir}/usr/bin/"
20 install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
21 install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
22}
23

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 07:17:22 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