pqp
maintainer orphaned
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official academic host, used to build the library itself; this is normal AUR packaging despite the non-whitelisted domain.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's official academic host, used to build the library itself; this is normal AUR packaging despite the non-whitelisted domain.
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:11
source=(http://gamma.cs.unc.edu/software/downloads/SSV/${pkgname}-${pkgver}.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Sven Schneider <archlinux.sandmann@googlemail.com>
2
3
pkgname=pqp
4
pkgver=1.3
5
pkgrel=3
6
pkgdesc="A library for performing proximity queries on a pair of geometric models composed of triangles"
7
arch=('i686' 'x86_64')
8
url="http://gamma.cs.unc.edu/SSV/"
9
license=('Custom')
10
options=(staticlibs)
11
source=(http://gamma.cs.unc.edu/software/downloads/SSV/${pkgname}-${pkgver}.tar.gz
12
LICENSE
13
fpic.patch)
14
md5sums=('f710e24a62db763d61d08667439d46fd'
15
'a84efad9de33fd28444fa14f9bd7d273'
16
'4bc614687ef5b95df3b9be31ca46c662')
17
sha256sums=('00bdcb380206393349ed7ee9a773f894bf796059c66cec0d97c0a93649eb012f'
18
'15a28f160c5961b29511b77ead4528755b55dd5a4aa0adc8dfe735db8a03cca4'
19
'ec28121b428b14940a3a19386d889ad1d21f6156d3e7bced764e75ac071e3bd6')
20
sha384sums=('064b080711c5f8303401eee018175aa552280ee64a37115a3e3e9eaabc312fc55a9d31d97ade872c95cb646798618cde'
21
'86b1dac77fefd183350f142ed3f92314cb67276bc1c00526e24d8346d8a8f681748c2abb7daf78f8e440e187ee4e7277'
22
'4bd6e785eea4d3c01712aa9a6c9d1f2a6da8994a1c7af87a4d8b767f74726055bdc50dd68ff22d4242e88be7849e144f')
23
sha512sums=('baad7b050b13a6d13de5110cdec443048a3543b65b0d3b30d1b5f737b46715052661f762ef71345d39978c0c788a30a3a935717664806b4729722ee3594ebdc1'
24
'9b363188ee38fb9aa7d2d7ed25017f8da361156e651f91a61733055e4d1be3ca57e418584a33b8dcb0875ef50b3889235b042bafe71cf7c83fb0d79879f6f744'
25
'50004c678c0ce51e4511d392572a65789f8cfacde8d5cbc9f6a607f79aac74cb3a94dbd8b08f11b86f37fd6b38e0f36207e078afb72dbb1c552d9bcd5d7c07bc')
26
27
build() {
28
cd "${srcdir}/${pkgname}-${pkgver}/PQP_v1.3"
29
30
sed -i '47,50d' src/PQP_Compile.h
31
patch -p2 < ${srcdir}/fpic.patch
32
33
make
34
}
35
36
package() {
37
cd "${srcdir}/${pkgname}-${pkgver}/PQP_v1.3"
38
39
install -dm755 "${pkgdir}/usr/include/"
40
install -dm755 "${pkgdir}/usr/lib/"
41
42
install include/* "${pkgdir}/usr/include/"
43
install lib/libPQP.a "${pkgdir}/usr/lib/"
44
45
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
46
}
47
48
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |