oarfish-bin

LOW
maintainer imjiaoyuan 0 votes scanned 2026-08-22 15:17:41.736085
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=oarfish-bin
4_pkgname=oarfish
5pkgver=0.10.3
6pkgrel=2
7pkgdesc="Suite of tools for working with long-read transcriptome data (RNA-seq) from PacBio and Oxford Nanopore"
8arch=('x86_64')
9url="https://github.com/COMBINE-lab/oarfish"
10license=('BSD-3-Clause')
11provides=("$_pkgname=$pkgver")
12conflicts=("$_pkgname")
13options=('!strip' '!debug')
14source=(
15 "https://github.com/COMBINE-lab/oarfish/releases/download/v${pkgver}/oarfish-x86_64-unknown-linux-gnu.tar.xz"
16 "https://raw.githubusercontent.com/COMBINE-lab/oarfish/v${pkgver}/LICENSE"
17)
18sha256sums=('ad23cd748ad306ea736e76670d40298ee66704bbcbcb4ddeedb301bfaee57461'
19 '54e1dcacaa7246fa5e4decdfce6462843d5a09ac2e2d5a846c02b40f15027d9f')
20
21package() {
22 install -Dm755 "${srcdir}/oarfish-x86_64-unknown-linux-gnu/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
23 install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
24}
25

Changes since previous scan

--- PKGBUILD @ 2026-08-18 00:03
+++ PKGBUILD @ 2026-08-22 15:17
@@ -3,12 +3,12 @@
pkgname=oarfish-bin
_pkgname=oarfish
pkgver=0.10.3
-pkgrel=1
+pkgrel=2
pkgdesc="Suite of tools for working with long-read transcriptome data (RNA-seq) from PacBio and Oxford Nanopore"
arch=('x86_64')
url="https://github.com/COMBINE-lab/oarfish"
license=('BSD-3-Clause')
-provides=("$_pkgname")
+provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
options=('!strip' '!debug')
source=(

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 15:17:41 Low 1
2026-08-18 00:03:42 Clean 2
2026-08-17 15:36:47 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