seqkit-bin
MEDIUM
maintainer imjiaoyuan
1 votes
scanned 2026-08-22 15:17:41.736085
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: imjiaoyuan <imjiaoyuan@gmail.com>
2
# Contributor: Kerbiriou Maël <m431.kerbiriou@gmail.com>
3
# Contributor: Clint Valentine <valentine.clint@gmail.com>
4
5
pkgname=seqkit-bin
6
_pkgname=seqkit
7
pkgver=2.13.0
8
pkgrel=1
9
pkgdesc="Cross-platform and ultrafast toolkit for FASTA/Q file manipulation in Golang"
10
arch=('x86_64')
11
url="https://bioinf.shenwei.me/seqkit"
12
license=('MIT')
13
provides=('seqkit')
14
conflicts=('seqkit')
15
options=('!strip' '!debug')
16
source=(
17
"https://github.com/shenwei356/seqkit/releases/download/v${pkgver}/seqkit_linux_amd64.tar.gz"
18
"https://raw.githubusercontent.com/shenwei356/seqkit/v${pkgver}/LICENSE"
19
)
20
sha256sums=('7d686de448464fada1b1988e2e07d693bec68768312da62846bc0e2b502bfc46'
21
'ffa76e8a163f7a8785ccf4f517d601d562d2a68fbd019de9b2eccf49c9b89730')
22
23
package() {
24
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
25
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
26
}
27
Changes since previous scan
--- PKGBUILD @ 2026-08-16 00:03+++ PKGBUILD @ 2026-08-22 15:17@@ -6,7 +6,7 @@ _pkgname=seqkit pkgver=2.13.0 pkgrel=1-pkgdesc="A cross-platform and ultrafast toolkit for FASTA/Q file manipulation in Golang"+pkgdesc="Cross-platform and ultrafast toolkit for FASTA/Q file manipulation in Golang" arch=('x86_64') url="https://bioinf.shenwei.me/seqkit" license=('MIT')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-22 15:17:41 | Medium | 1 |
| 2026-08-18 00:03:42 | Clean | 2 |
| 2026-08-17 15:36:47 | Medium | 1 |
| 2026-08-16 00:03:42 | Clean | 2 |
| 2026-08-15 15:30:38 | Medium | 1 |
| 2026-08-14 00:03:41 | Clean | 2 |
| 2026-08-13 05:25:33 | Medium | 1 |
| 2026-08-13 00:17:07 | Clean | 2 |
| 2026-08-12 17:24:46 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |