amc

LOW
maintainer dpvpro 0 votes scanned 2026-08-26 15:30:31.793073
View on AUR
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: Denis Proskurin <dpvpro AT gmail DOT com>
2
3pkgname=amc
4pkgver=2026.08.26
5pkgrel=1
6pkgdesc='Retrieve and filter the latest Pacman mirror list. Reimplementation of Reflector on Golang.'
7arch=('x86_64')
8url="https://github.com/dpvpro/amc"
9license=('MIT')
10depends=('glibc')
11conflicts=('reflector' 'reflector-rs')
12makedepends=('go' 'git')
13optdepends=('rsync: rate rsync mirrors')
14backup=('etc/xdg/amc/amc.conf')
15source=("git+https://github.com/dpvpro/amc")
16sha256sums=('SKIP')
17
18pkgver() {
19 cd "${srcdir}/${pkgname}"
20 git log -1 --format="%cd" --date=format:%Y.%m.%d
21}
22
23build() {
24 cd "${srcdir}/${pkgname}"
25 go build \
26 -trimpath \
27 -buildvcs=false \
28 -ldflags "-extldflags \"${LDFLAGS}\"" \
29 -buildmode=pie \
30 -o amc .
31}
32
33package() {
34 cd "${srcdir}/${pkgname}"
35 install -Dm755 amc "${pkgdir}/usr/bin/amc"
36 install -Dm644 configs/amc.conf "${pkgdir}/etc/xdg/amc/amc.conf"
37 install -Dm644 configs/amc.service "${pkgdir}/usr/lib/systemd/system/amc.service"
38 install -Dm644 configs/amc.timer "${pkgdir}/usr/lib/systemd/system/amc.timer"
39}
40
41# vim: set ts=2 sw=2 et:
42

Changes since previous scan

--- PKGBUILD @ 2026-08-17 00:18
+++ PKGBUILD @ 2026-08-26 15:30
@@ -1,7 +1,7 @@
# Maintainer: Denis Proskurin <dpvpro AT gmail DOT com>
pkgname=amc
-pkgver=2026.08.14
+pkgver=2026.08.26
pkgrel=1
pkgdesc='Retrieve and filter the latest Pacman mirror list. Reimplementation of Reflector on Golang.'
arch=('x86_64')

Scan history

Scanned at (UTC)SeverityRules
2026-08-26 15:30:31 Low 1
2026-08-26 13:30:21 Low 1
2026-08-17 00:18:29 Clean 2
2026-08-16 17:33:23 Low 1
2026-08-14 00:03:41 Clean 2
2026-08-13 01:25:20 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion