minigraph

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=minigraph
4pkgver=0.21
5pkgrel=2
6pkgdesc="Pangenome graph construction and sequence-to-graph alignment tool"
7arch=('x86_64')
8url="https://github.com/lh3/minigraph"
9license=('MIT')
10depends=('zlib')
11source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
12sha256sums=('4272447393f0ae1e656376abe144de96cbafc777414d4c496f735dd4a6d3c06a')
13
14build() {
15 cd "$srcdir/$pkgname-$pkgver"
16 make
17}
18
19package() {
20 cd "$srcdir/$pkgname-$pkgver"
21 install -Dm755 minigraph "$pkgdir/usr/bin/minigraph"
22 install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
23}
24

Changes since previous scan

--- PKGBUILD @ 2026-08-18 00:03
+++ PKGBUILD @ 2026-08-20 17:11
@@ -2,14 +2,12 @@
pkgname=minigraph
pkgver=0.21
-pkgrel=1
+pkgrel=2
pkgdesc="Pangenome graph construction and sequence-to-graph alignment tool"
arch=('x86_64')
url="https://github.com/lh3/minigraph"
license=('MIT')
depends=('zlib')
-provides=('minigraph')
-conflicts=('minigraph')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('4272447393f0ae1e656376abe144de96cbafc777414d4c496f735dd4a6d3c06a')

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 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