taxonkit

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=taxonkit
4pkgver=0.20.0
5pkgrel=2
6pkgdesc="Cross-platform and efficient toolkit for rapid taxonomic operations on BARCODE, ASV, OTU or any biological sequences with taxonomy annotation"
7arch=('x86_64')
8url="https://github.com/shenwei356/taxonkit"
9license=('MIT')
10makedepends=('go')
11conflicts=('taxonkit-bin')
12source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
13sha256sums=('eb5a6641264f84997eaa22df7c9cad735c100b434dfd62c2560aba78164f34f6')
14
15build() {
16 cd "$srcdir/$pkgname-$pkgver"
17 go build -trimpath -o "$srcdir/$pkgname" "./$pkgname"
18}
19
20package() {
21 cd "$srcdir/$pkgname-$pkgver"
22 install -Dm755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname"
23 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24}
25

Changes since previous scan

--- PKGBUILD @ 2026-08-18 00:03
+++ PKGBUILD @ 2026-08-20 17:11
@@ -2,25 +2,24 @@
pkgname=taxonkit
pkgver=0.20.0
-pkgrel=1
+pkgrel=2
pkgdesc="Cross-platform and efficient toolkit for rapid taxonomic operations on BARCODE, ASV, OTU or any biological sequences with taxonomy annotation"
arch=('x86_64')
url="https://github.com/shenwei356/taxonkit"
license=('MIT')
makedepends=('go')
-provides=('taxonkit')
conflicts=('taxonkit-bin')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('eb5a6641264f84997eaa22df7c9cad735c100b434dfd62c2560aba78164f34f6')
build() {
cd "$srcdir/$pkgname-$pkgver"
- go build -trimpath -o "$pkgname" "./$pkgname"
+ go build -trimpath -o "$srcdir/$pkgname" "./$pkgname"
}
package() {
cd "$srcdir/$pkgname-$pkgver"
- install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+ install -Dm755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 17:11:42 Low 1
2026-08-18 00:03:42 Clean 2
2026-08-17 09:35:23 Low 1
2026-08-17 05:35:16 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