zync-bin

maintainer fuero · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The package installs a prebuilt .deb from the project's official GitHub releases, which is a normal distribution method for binaries; the source is verifiable and signed by the project, posing minimal risk despite the untrusted host flag.

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.

LOW AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt .deb from the project's official GitHub releases, which is a normal distribution method for binaries; the source is verifiable and signed by the project, posing minimal risk despite the untrusted host flag.

PKGBUILD

1# Maintainer: fuero <fuerob@gmail.com>
2_pkgname=zync
3pkgname="${_pkgname}-bin"
4provides=("${_pkgname}")
5conflicts=("${_pkgname}")
6# renovate: datasource=github-releases depName=zync-sh/zync
7pkgver=2.23.1
8pkgrel=1
9pkgdesc='Open-source SSH client for developers & DevOps with SFTP, tunneling, and a modern terminal.'
10arch=('x86_64')
11url='https://zync.thesudoer.in/'
12license=('MIT')
13depends=(
14 'webkit2gtk-4.1'
15 'libappindicator'
16 'librsvg'
17 'openssl'
18)
19source=(
20 "https://github.com/zync-sh/zync/releases/download/v${pkgver}/${_pkgname}_${pkgver}_amd64.deb"
21 https://github.com/zync-sh/zync/blob/main/LICENSE
22)
23sha256sums=('6d7a7ee44acc420f4290646cee8ea64aafce52c4785a1f1e10bc49ee3f51f74d'
24 'f0d43dfea4c354d4c46f8380d7deb3d065701ad335c70fc7366a1c971ce32c60')
25
26package() {
27 tar xzf data.tar.gz
28
29 mv usr "${pkgdir}"
30
31 install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
32}
33

Changes since previous scan

--- PKGBUILD @ 2026-08-16 00:03
+++ PKGBUILD @ 2026-08-18 00:03
@@ -4,7 +4,7 @@
provides=("${_pkgname}")
conflicts=("${_pkgname}")
# renovate: datasource=github-releases depName=zync-sh/zync
-pkgver=2.22.5
+pkgver=2.23.1
pkgrel=1
pkgdesc='Open-source SSH client for developers & DevOps with SFTP, tunneling, and a modern terminal.'
arch=('x86_64')
@@ -20,7 +20,7 @@
"https://github.com/zync-sh/zync/releases/download/v${pkgver}/${_pkgname}_${pkgver}_amd64.deb"
https://github.com/zync-sh/zync/blob/main/LICENSE
)
-sha256sums=('bee683efa49424e6e7e15e3f72a2b24a695760d698ce2f7d87d5f04dc1163224'
+sha256sums=('6d7a7ee44acc420f4290646cee8ea64aafce52c4785a1f1e10bc49ee3f51f74d'
'f0d43dfea4c354d4c46f8380d7deb3d065701ad335c70fc7366a1c971ce32c60')
package() {

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 00:18:29 LOW 2
2026-08-16 23:34:04 LOW 2
2026-08-16 00:03:42 LOW 2
2026-08-15 00:26:13 LOW 2
2026-08-14 17:29:23 LOW 2
2026-08-14 13:29:16 LOW 2

Report a package

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

0 / 4000
Your suggestion