foldseek-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=foldseek-bin
4_pkgname=foldseek
5_tag=10-941cd33
6pkgver=10_941cd33
7pkgrel=2
8pkgdesc="Fast and sensitive comparison of large protein structure sets"
9arch=('x86_64')
10url="https://github.com/steineggerlab/foldseek"
11license=('GPL-3.0-or-later')
12depends=()
13provides=("${_pkgname}=${pkgver}")
14conflicts=("${_pkgname}")
15options=('!strip' '!debug')
16source=("${url}/releases/download/${_tag}/foldseek-linux-avx2.tar.gz"
17 "LICENSE.md::https://raw.githubusercontent.com/steineggerlab/foldseek/${_tag}/LICENSE.md")
18sha256sums=('e6a3e3860e76b0b7b858736f627fe680d4d7f0fc7298301d8a92b9f711d74ac7'
19 'd62f065830aa3739cc031156b9690805c7b2e811b4a178c8b4acd8725d561c94')
20
21# Upstream ships a statically-linked binary (ldd: not a dynamic executable),
22# so there are no runtime shared-library deps and no build step. The release
23# tarball omits the license, so it is fetched from the tagged source instead.
24
25package() {
26 install -Dm755 "${srcdir}/${_pkgname}/bin/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
27 install -Dm644 "${srcdir}/LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
28}
29

Changes since previous scan

--- PKGBUILD @ 2026-08-18 00:03
+++ PKGBUILD @ 2026-08-20 17:11
@@ -4,11 +4,11 @@
_pkgname=foldseek
_tag=10-941cd33
pkgver=10_941cd33
-pkgrel=1
-pkgdesc="Fast and sensitive comparison of large protein structure sets (precompiled binary)"
+pkgrel=2
+pkgdesc="Fast and sensitive comparison of large protein structure sets"
arch=('x86_64')
url="https://github.com/steineggerlab/foldseek"
-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