autocycler-bin

LOW
maintainer imjiaoyuan 0 votes scanned 2026-08-22 03:16:42.422172
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: imjiaoyuan <imjiaoyuan@gmail.com>
2
3pkgname=autocycler-bin
4_pkgname=autocycler
5pkgver=0.7.0
6pkgrel=1
7pkgdesc="Tool for combining multiple long-read assemblies into a consensus"
8arch=('x86_64')
9url="https://github.com/rrwick/Autocycler"
10license=('GPL-3.0-only')
11provides=('autocycler')
12conflicts=('autocycler')
13options=('!strip' '!debug')
14source=(
15 "https://github.com/rrwick/Autocycler/releases/download/v${pkgver}/autocycler-linux-x86_64-musl-v${pkgver}.tar.gz"
16 "https://raw.githubusercontent.com/rrwick/Autocycler/v${pkgver}/LICENSE"
17)
18sha256sums=('265a8d727d029c6d137d8fe4b020f3cc476b69d67443497c3c89475e8825b106'
19 '8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903')
20
21package() {
22 install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
23 install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
24}
25

Changes since previous scan

--- PKGBUILD @ 2026-08-16 00:03
+++ PKGBUILD @ 2026-08-22 03:16
@@ -4,7 +4,7 @@
_pkgname=autocycler
pkgver=0.7.0
pkgrel=1
-pkgdesc="A tool for combining multiple long-read assemblies into a consensus"
+pkgdesc="Tool for combining multiple long-read assemblies into a consensus"
arch=('x86_64')
url="https://github.com/rrwick/Autocycler"
license=('GPL-3.0-only')

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 03:16:42 Low 1
2026-08-18 00:03:42 Clean 2
2026-08-17 13:36:23 Low 1
2026-08-16 00:03:42 Clean 2
2026-08-15 15:30:38 Low 1
2026-08-14 00:03:41 Clean 2
2026-08-13 17:26:33 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