seqtk
MEDIUM
maintainer imjiaoyuan
2 votes
scanned 2026-08-20 17:11:42.006138
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: alienzj <alienchuj@gmail.com>
3
4
pkgname=seqtk
5
pkgver=1.5
6
pkgrel=2
7
pkgdesc="Toolkit for processing sequences in FASTA/Q formats"
8
arch=('x86_64')
9
url="https://github.com/lh3/seqtk"
10
license=('MIT')
11
depends=('zlib')
12
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
13
sha256sums=('384aa1e3cecf4f70403839d586cbb29d469b7c6f773a64bc5af48a6e4b8220a6')
14
15
build() {
16
cd "$srcdir/$pkgname-$pkgver"
17
make
18
}
19
20
package() {
21
cd "$srcdir/$pkgname-$pkgver"
22
install -Dm755 seqtk "$pkgdir/usr/bin/seqtk"
23
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24
}
25
Changes since previous scan
--- PKGBUILD @ 2026-08-16 00:03+++ PKGBUILD @ 2026-08-20 17:11@@ -3,14 +3,12 @@ pkgname=seqtk pkgver=1.5-pkgrel=1+pkgrel=2 pkgdesc="Toolkit for processing sequences in FASTA/Q formats" arch=('x86_64') url="https://github.com/lh3/seqtk" license=('MIT') depends=('zlib')-provides=('seqtk')-conflicts=('seqtk') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") sha256sums=('384aa1e3cecf4f70403839d586cbb29d469b7c6f773a64bc5af48a6e4b8220a6') Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 17:11:42 | 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 |