cgmlst-dists

LOW
maintainer imjiaoyuan 0 votes scanned 2026-08-20 17:11:42.006138
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=cgmlst-dists
4pkgver=0.6.0
5pkgrel=2
6pkgdesc="Pairwise Hamming distance matrix from cgMLST allele call tables"
7arch=('x86_64')
8url="https://github.com/tseemann/cgmlst-dists"
9license=('GPL-3.0-or-later')
10depends=('glibc')
11source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
12sha256sums=('53609de760407e4cb4e024b09a8b10684df139f5d229c91a9a6e40664aaf6440')
13
14build() {
15 cd "$srcdir/$pkgname-$pkgver"
16 make
17}
18
19package() {
20 cd "$srcdir/$pkgname-$pkgver"
21 install -Dm755 cgmlst-dists "$pkgdir/usr/bin/cgmlst-dists"
22 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
23}
24

Changes since previous scan

--- PKGBUILD @ 2026-08-14 00:03
+++ PKGBUILD @ 2026-08-20 17:11
@@ -2,14 +2,12 @@
pkgname=cgmlst-dists
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Pairwise Hamming distance matrix from cgMLST allele call tables"
arch=('x86_64')
url="https://github.com/tseemann/cgmlst-dists"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('glibc')
-provides=('cgmlst-dists')
-conflicts=('cgmlst-dists')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('53609de760407e4cb4e024b09a8b10684df139f5d229c91a9a6e40664aaf6440')

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 17:11:42 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