jed-git

LOW
maintainer kseistrup 2 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a git repository from the project's official domain (git.jedsoft.org), which is plausibly the project's own infrastructure; building from a non-whitelisted but project-owned host is normal for AUR packages and does not constitute a significant supply-chain risk.

Triggered rules

Low AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a git repository from the project's official domain (git.jedsoft.org), which is plausibly the project's own infrastructure; building from a non-whitelisted but project-owned host is normal for AUR packages and does not constitute a significant supply-chain risk.

1 higher static finding superseded - not the current verdict (shown for transparency)
Medium source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:13 source=('git://git.jedsoft.org/git/jed.git')

PKGBUILD

1 offending line(s) highlighted
1# shellcheck shell=bash
2# -*- sh -*-
3
4# Maintainer: Klaus Alexander Seistrup <$(echo 0x1fd+d59decfa=40 | tr 0-9+a-f=x ka-i@p-u.l)>
5
6pkgname='jed-git'
7_pkgname="${pkgname/-git/}"
8pkgver=0.99.20.r203.g40c0b67
9pkgrel=1
10pkgdesc='Powerful scriptable editor designed for use by programmers (development version)'
11arch=("$CARCH")
12url='https://www.jedsoft.org/jed/'
13source=('git://git.jedsoft.org/git/jed.git')
14license=('GPL-2.0-or-later')
15provides=('jed' 'jed-script' 'xjed' 'rgrep')
16conflicts=('jed' 'jed-script' 'xjed' 'rgrep')
17options=('!makeflags')
18depends=(
19 'fontconfig'
20 'glibc'
21 'gpm'
22 'hicolor-icon-theme'
23 'slang'
24 'libx11'
25 'libxft'
26)
27makedepends=('awk' 'git' 'libxext' 'libxt')
28install="$_pkgname.install"
29
30prepare() {
31 cd "$srcdir/$_pkgname"
32
33 git clean -dfx
34
35 sed \
36 -e "s|\(^all.*\)|\1 xjed rgrep getmail|" \
37 -e "s|..DEST.*doc|$pkgdir/usr/share/doc/$pkgname|g" \
38 -i src/Makefile.in
39}
40
41pkgver() {
42 cd "$srcdir/$_pkgname"
43
44 # The usual “git describe --long” doesn't work here,
45 # so let's invent our own thing:
46 _version=$(
47 awk '$2 == "JED_VERSION_STR" {print $3}' src/version.h \
48 | sed -e 's/pre//;s/-/.r/;s/"//g'
49 )
50 _commit=$(git log -n 1 --pretty=format:'g%h')
51
52 printf '%s.%s\n' "$_version" "$_commit"
53}
54
55build() {
56 cd "$srcdir/$_pkgname"
57
58 ./configure --prefix=/usr JED_ROOT=/usr/share/jed
59
60 make clean
61 make
62 make xjed
63 make getmail
64}
65
66package() {
67 cd "$srcdir/$_pkgname"
68
69 make DESTDIR="$pkgdir" install
70
71 install -Dm0755 src/objs/rgrep \
72 -t "$pkgdir/usr/bin"
73 install -Dm0644 desktop/{jed,xjed}.desktop \
74 -t "$pkgdir/usr/share/applications"
75 install -Dm0644 desktop/{jed,xjed}.svg \
76 -t "$pkgdir/usr/share/icons/hicolor/scalable/apps"
77
78 cd "$pkgdir/usr/share/jed/lib"
79
80 env JED_ROOT="$pkgdir/usr/share/jed" \
81 "$pkgdir/usr/bin/jed" -batch -n -l preparse.sl
82
83 cd "$pkgdir/usr/share/doc" && ln -srf "$pkgname" "$_pkgname"
84
85 cd "$pkgdir/usr/share/man/man1" && {
86 ln -rsf jed.1 jed-script.1
87 ln -rsf jed.1 xjed.1
88 }
89}
90
91sha256sums=('SKIP')
92
93# eof
94

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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