sofa
MEDIUM
maintainer orphaned
0 votes
scanned 2026-09-13 21:15:24.963188
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:9
source=("http://www.iausofa.org/2023_1011_C/sofa_c-${pkgver}.tar.gz")
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.
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Médéric Boquien <mboquien@free.fr>
2
pkgname=sofa
3
pkgver=20231011
4
pkgrel=1
5
pkgdesc="Set of algorithms and procedures used in fundamental astronomy"
6
url="http://www.iausofa.org"
7
arch=('x86_64')
8
license=('custom')
9
source=("http://www.iausofa.org/2023_1011_C/sofa_c-${pkgver}.tar.gz")
10
sha512sums=('8e7d67f7ac7a285a96160c96d16b1921ccb7a9324b83280b1594efcbbd7eb78c4d41898c1e5acfa5081842e4aeee15a96572d21b466bfda7ef7582c58624d376')
11
12
build() {
13
cd "${srcdir}/${pkgname}/${pkgver}/c/src"
14
make CFLAGF="-c -O -fPIC"
15
}
16
17
package() {
18
cd "${srcdir}/${pkgname}/${pkgver}/c/src"
19
make INSTALL_DIR="${pkgdir}/usr" install
20
21
cd "${srcdir}/${pkgname}/${pkgver}/c/"
22
install -Dm644 00READ.ME "$pkgdir/usr/share/doc/$pkgname/00READ.ME"
23
install -m644 doc/*.lis "$pkgdir/usr/share/doc/$pkgname/"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 21:15:24 | Medium | 2 |
| 2026-06-20 00:18:46 | Clean | 2 |
| 2026-06-19 23:51:18 | Clean | 2 |
| 2026-06-19 19:07:35 | Low | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |