mxarch-repo
LOW
maintainer AdrianTM
0 votes
scanned 2026-09-15 21:20:38.565393
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
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
# Maintainer: Adrian <adrian@mxlinux.org>
2
pkgname=mxarch-repo
3
pkgver=20260915
4
pkgrel=3
5
pkgdesc="GPG key and mirror list for the MX Linux Arch repository (mxarch)"
6
arch=('any')
7
url="https://arch.mxrepo.com/"
8
license=('GPL-3.0-or-later')
9
backup=('etc/pacman.d/mxarch-mirrorlist')
10
install="$pkgname.install"
11
source=('mxarch.gpg'
12
'mxarch-trusted'
13
'mxarch-mirrorlist'
14
'mxarch-enable')
15
sha256sums=('47b78f0737ff2a32800cfa53ccae7155b1272536d975c6a790845716bd85f7ff'
16
'05a91e8443e7b11ba4e23442d330862260554accdeec9d690d01042b32ac05f3'
17
'23da909be4603b561e55433998ee9d79d42dab32444c6094fac608d39bbd9733'
18
'b8aea3d8e6ab0d92cbd02a88e143bf69d61bbaa3dd137050ee141950693fc59f')
19
20
package() {
21
install -Dm644 mxarch.gpg "$pkgdir/usr/share/pacman/keyrings/mxarch.gpg"
22
install -Dm644 mxarch-trusted "$pkgdir/usr/share/pacman/keyrings/mxarch-trusted"
23
install -Dm644 mxarch-mirrorlist "$pkgdir/etc/pacman.d/mxarch-mirrorlist"
24
install -Dm755 mxarch-enable "$pkgdir/usr/bin/mxarch-enable"
25
}
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-15 21:20:38 | Low | 1 |
| 2026-09-15 19:20:17 | Low | 1 |