snp-dists
LOW
maintainer imjiaoyuan
0 votes
scanned 2026-08-20 17:11:42.006138
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
3
pkgname=snp-dists
4
pkgver=1.2.0
5
pkgrel=2
6
pkgdesc="Pairwise SNP distance matrix from a FASTA multiple sequence alignment"
7
arch=('x86_64')
8
url="https://github.com/tseemann/snp-dists"
9
license=('GPL-3.0-or-later')
10
depends=('zlib')
11
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
12
sha256sums=('a786ee22e9744b421561bfa4dbac9f3149abca05edd5d48797566c25feea9bdc')
13
14
build() {
15
cd "$srcdir/$pkgname-$pkgver"
16
make
17
}
18
19
package() {
20
cd "$srcdir/$pkgname-$pkgver"
21
install -Dm755 snp-dists "$pkgdir/usr/bin/snp-dists"
22
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
23
}
24
Changes since previous scan
--- PKGBUILD @ 2026-08-16 00:03+++ PKGBUILD @ 2026-08-20 17:11@@ -2,14 +2,12 @@ pkgname=snp-dists pkgver=1.2.0-pkgrel=1+pkgrel=2 pkgdesc="Pairwise SNP distance matrix from a FASTA multiple sequence alignment" arch=('x86_64') url="https://github.com/tseemann/snp-dists"-license=('GPL3')+license=('GPL-3.0-or-later') depends=('zlib')-provides=('snp-dists')-conflicts=('snp-dists') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") sha256sums=('a786ee22e9744b421561bfa4dbac9f3149abca05edd5d48797566c25feea9bdc') Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 17:11:42 | 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 |