elyxer
maintainer dreieck
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's own domain (pinchito.es), used to build the package from source; this is normal AUR packaging behavior despite the non-whitelisted host.
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 own domain (pinchito.es), used to build the package from source; this is normal AUR packaging behavior despite the non-whitelisted host.
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:17
"https://pinchito.es/elyxer/dist/elyxer-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: dreieck (https://aur.archlinux.org/account/dreieck)
2
# Contributor: Ray Rashif <schiv@archlinux.org>
3
# Contributor: Kevin Brubeck Unhammer <unhammer@gmail.com>
4
5
_pkgname=elyxer
6
pkgname="${_pkgname}"
7
pkgver=1.2.5
8
pkgrel=10
9
pkgdesc="A LyX to HTML converter"
10
# url="http://alexfernandez.github.io/elyxer/"
11
url="https://pinchito.es/elyxer/"
12
arch=('any')
13
license=('GPL-3.0-or-later')
14
depends=('python2>=2.3.4')
15
makedepends=('python2-setuptools')
16
source=(
17
"https://pinchito.es/elyxer/dist/elyxer-${pkgver}.tar.gz"
18
#"http://alexfernandez.github.io/elyxer/dist/${pkgname}-${pkgver}.tar.gz"
19
)
20
sha512sums=(
21
'3dc8f5aac635f881c117b8bfb90627314a5c4733648f359d404c6690416538e64c575153db6a8748ca9799729249c126f4628c7fd3590085a974a2d0615ba377'
22
)
23
24
prepare() {
25
cd "${srcdir}/${pkgname}-${pkgver}"
26
27
# python2 fix (copyleftrightupdown Allan McRae 2010)
28
sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
29
-e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
30
$(find . -name '*.py')
31
}
32
33
package() {
34
cd "${srcdir}/${pkgname}-${pkgver}"
35
36
python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
37
38
ln -svr "${pkgdir}/usr/bin/elyxer.py" "${pkgdir}/usr/bin/elyxer"
39
40
install -Dvm644 -t "${pkgdir}/usr/share/doc/${_pkgname}" README.md
41
install -Dvm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE gpl-3.0-standalone.html
42
}
43
44
# vim:set ts=2 sw=2 et:
45
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 |