folddisco-bin

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=folddisco-bin
4_pkgname=folddisco
5_tag=2-9375a2d
6pkgver=2_9375a2d
7pkgrel=2
8pkgdesc="Fast indexing and search of discontinuous motifs in protein structures"
9arch=('x86_64')
10url="https://github.com/steineggerlab/folddisco"
11license=('GPL-3.0-or-later')
12depends=()
13provides=("${_pkgname}=${pkgver}")
14conflicts=("${_pkgname}")
15options=('!strip' '!debug')
16source=("${url}/releases/download/${_tag}/folddisco-linux-x86_64.tar.gz")
17sha256sums=('136517ea298bdf47293518732c534b072b5bc4eed618b376066b595bb2fadfca')
18
19# Upstream ships a statically-linked binary (ldd: not a dynamic executable),
20# so there are no runtime shared-library deps and no build step. The release
21# tarball bundles LICENSE.md.
22
23package() {
24 install -Dm755 "${srcdir}/${_pkgname}/bin/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
25 install -Dm644 "${srcdir}/${_pkgname}/LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
26}
27

Changes since previous scan

--- PKGBUILD @ 2026-08-18 00:03
+++ PKGBUILD @ 2026-08-20 17:11
@@ -4,11 +4,11 @@
_pkgname=folddisco
_tag=2-9375a2d
pkgver=2_9375a2d
-pkgrel=1
-pkgdesc="Fast indexing and search of discontinuous motifs in protein structures (precompiled binary)"
+pkgrel=2
+pkgdesc="Fast indexing and search of discontinuous motifs in protein structures"
arch=('x86_64')
url="https://github.com/steineggerlab/folddisco"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=()
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")

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 13:36: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