abcl-git

MEDIUM
maintainer yitzi 2 votes scanned 2026-09-04 15:58:02.366786
View on AUR
Why flagged

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

Triggered rules

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:14 source=("abcl.git::git+https://gitlab.common-lisp.net/abcl/abcl.git" abcl.sh)

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Tarn W. Burton <twburton@gmail.com>
2
3pkgname=abcl-git
4pkgver=r3522.05816e48
5pkgrel=1
6pkgdesc="Full implementation of the Common Lisp language in the JVM"
7arch=('any')
8url="http://common-lisp.net/project/armedbear/"
9license=('GPL')
10depends=('java-runtime' 'bash')
11makedepends=('ant' 'net-tools' 'git' 'inetutils' 'java-environment>=11')
12provides=('abcl' 'common-lisp')
13conflicts=('abcl')
14source=("abcl.git::git+https://gitlab.common-lisp.net/abcl/abcl.git" abcl.sh)
15sha256sums=('SKIP'
16 '8afb6578b1ac5b25a7b270069e81e1e99da6bfac661eadfc97e61acb43f5f3b0')
17
18pkgver() {
19 cd ${pkgname%-git}.git
20 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
21}
22
23build() {
24 cd ${pkgname%-git}.git
25 ant
26}
27
28package() {
29 cd ${pkgname%-git}.git
30 install -Dm755 "$srcdir"/abcl.sh "$pkgdir"/usr/bin/abcl
31 install -Dm644 dist/abcl.jar "$pkgdir"/usr/share/java/abcl.jar
32 install -Dm644 dist/abcl-contrib.jar \
33 "$pkgdir"/usr/share/java/abcl-contrib.jar
34}
35

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-09-04 15:58
@@ -1,7 +1,7 @@
# Maintainer: Tarn W. Burton <twburton@gmail.com>
pkgname=abcl-git
-pkgver=r3771.91f48d55
+pkgver=r3522.05816e48
pkgrel=1
pkgdesc="Full implementation of the Common Lisp language in the JVM"
arch=('any')

Scan history

Scanned at (UTC)SeverityRules
2026-09-04 15:58:02 Medium 1
2026-06-19 19:07:35 Clean 2
2026-06-18 16:11:54 Medium 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion