seqtk

MEDIUM
maintainer imjiaoyuan 2 votes scanned 2026-08-20 17:11:42.006138
View on AUR
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
4pkgname=seqtk
5pkgver=1.5
6pkgrel=2
7pkgdesc="Toolkit for processing sequences in FASTA/Q formats"
8arch=('x86_64')
9url="https://github.com/lh3/seqtk"
10license=('MIT')
11depends=('zlib')
12source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
13sha256sums=('384aa1e3cecf4f70403839d586cbb29d469b7c6f773a64bc5af48a6e4b8220a6')
14
15build() {
16 cd "$srcdir/$pkgname-$pkgver"
17 make
18}
19
20package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion