miniconda3
MEDIUM
maintainer carlosal1015
61 votes
scanned 2026-09-01 15:48:43.798595
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:17
source_x86_64=(https://repo.anaconda.com/miniconda/Miniconda3-${_pyversion}_${_pkgver}-Linux-x86_64.sh)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
2
# Contributor : Anthony Wang <ta180m@pm.me>
3
# Contributor : Ashwin Vishnu <ashwinvis+arch At protonmail DoT cOm>
4
# Contributor : Immae <ismael.bouya@normalesup.org>
5
# Contributor : Martin Wimpress <code@flexion.org>
6
# Contributor : Jingbei Li <i@jingbei.li>
7
pkgname=miniconda3
8
pkgver=26.7.1.1
9
_pkgver=${pkgver%.*}-${pkgver##*.}
10
_pyversion=py313
11
pkgrel=1
12
pkgdesc="Mini version of Anaconda Python distribution"
13
arch=(x86_64 aarch64)
14
url="https://conda.io/en/latest/miniconda"
15
license=(BSD-3-Clause)
16
provides=('conda')
17
source_x86_64=(https://repo.anaconda.com/miniconda/Miniconda3-${_pyversion}_${_pkgver}-Linux-x86_64.sh)
18
source_aarch64=(https://repo.anaconda.com/miniconda/Miniconda3-${_pyversion}_${_pkgver}-Linux-aarch64.sh)
19
options=(!strip libtool staticlibs)
20
sha512sums_x86_64=('9b59b0ec4225ad166faa008e16311078378d86f3d0868c06293ad2d1516e571db9f03e57674f1f231b32b43c7027b2ce60c76f524f045e57fbbe17e4d280a98b')
21
sha512sums_aarch64=('256fcc3654c76038d913aa8e441305cd446046e4d93f753b16b7a0d34e0d15f4fcc5a6c22b68feb02a612e3080d8095f15993d08a33f98dcdfa6edff35216bc7')
22
install="${pkgname}.install"
23
24
package() {
25
prefix="${pkgdir}"/opt/"${pkgname}"
26
LD_PRELOAD="/usr/lib/libfakeroot/libfakeroot.so"
27
28
# Packaging miniconda3 for installation to /opt/miniconda3
29
bash "${srcdir}/Miniconda3-${_pyversion}_${_pkgver}-Linux-${CARCH}.sh" -b -p ${prefix} -f
30
[ "$BREAK_EARLY" = 1 ] && exit 1
31
cd "${prefix}"
32
33
# Correcting permissions
34
chmod a+r -R pkgs
35
36
# Stripping $pkgdir
37
sed -e "s|${pkgdir}||g" -i $(grep "${pkgdir}" . -rIl 2>/dev/null)
38
39
# Installing license
40
install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
41
}
42
Changes since previous scan
--- PKGBUILD @ 2026-07-27 00:24+++ PKGBUILD @ 2026-09-01 15:48@@ -5,7 +5,7 @@ # Contributor : Martin Wimpress <code@flexion.org> # Contributor : Jingbei Li <i@jingbei.li> pkgname=miniconda3-pkgver=26.5.3.1+pkgver=26.7.1.1 _pkgver=${pkgver%.*}-${pkgver##*.} _pyversion=py313 pkgrel=1@@ -17,8 +17,8 @@ source_x86_64=(https://repo.anaconda.com/miniconda/Miniconda3-${_pyversion}_${_pkgver}-Linux-x86_64.sh) source_aarch64=(https://repo.anaconda.com/miniconda/Miniconda3-${_pyversion}_${_pkgver}-Linux-aarch64.sh) options=(!strip libtool staticlibs)-sha512sums_x86_64=('8c4ec22246908141b6ee637cf061475c9a84b43a4799918010765ce8b65eea2fd6fc4273998ee6e54d6bc766f2a3b411a280ea2f38b01ea98ba253a6ac98bee3')-sha512sums_aarch64=('9986d62fb83e15e3187c90e6c0a5a20e7fd4dfa179e1bda8f463fbd28badb01e21a8094c814bf4b5ae291748bdf3a521d31f19172481e964956ae6e731346325')+sha512sums_x86_64=('9b59b0ec4225ad166faa008e16311078378d86f3d0868c06293ad2d1516e571db9f03e57674f1f231b32b43c7027b2ce60c76f524f045e57fbbe17e4d280a98b')+sha512sums_aarch64=('256fcc3654c76038d913aa8e441305cd446046e4d93f753b16b7a0d34e0d15f4fcc5a6c22b68feb02a612e3080d8095f15993d08a33f98dcdfa6edff35216bc7') install="${pkgname}.install" package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-01 15:48:43 | Medium | 1 |
| 2026-07-27 00:24:32 | Clean | 2 |
| 2026-07-26 01:31:24 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |