miniprot

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=miniprot
4pkgver=0.18
5pkgrel=2
6pkgdesc="Protein-to-genome aligner with high splicing (intron) accuracy"
7arch=('x86_64')
8url="https://github.com/lh3/miniprot"
9license=('MIT')
10depends=('zlib')
11source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
12sha256sums=('e1b5c08571fa3a4aa225da8ec9c6e744cd116b4dc50d9e187114cffe336921ee')
13
14build() {
15 cd "$srcdir/$pkgname-$pkgver"
16 make
17}
18
19package() {
20 cd "$srcdir/$pkgname-$pkgver"
21 install -Dm755 miniprot "$pkgdir/usr/bin/miniprot"
22 install -Dm644 LICENSE.txt "$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=miniprot
pkgver=0.18
-pkgrel=1
+pkgrel=2
pkgdesc="Protein-to-genome aligner with high splicing (intron) accuracy"
arch=('x86_64')
url="https://github.com/lh3/miniprot"
license=('MIT')
depends=('zlib')
-provides=('miniprot')
-conflicts=('miniprot')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('e1b5c08571fa3a4aa225da8ec9c6e744cd116b4dc50d9e187114cffe336921ee')

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion