zgit-desktop-bin

maintainer zaidejjo · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt binary from the project's own GitHub releases, which is a normal AUR practice; the low severity is due to few votes and recent upload, not inherent risk.

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 downloads a prebuilt binary from the project's own GitHub releases, which is a normal AUR practice; the low severity is due to few votes and recent upload, not inherent risk.

PKGBUILD

1# Maintainer: zaidejjo <zaid@ejjo.me>
2# Contributor: zaidejjo <zaid@ejjo.me>
3# shellcheck shell=bash
4
5pkgname=zgit-desktop-bin
6pkgver=0.2.0
7pkgrel=1
8pkgdesc="A modern, fast Git & GitHub client — Desktop app (Wails)"
9arch=('x86_64')
10url="https://github.com/zaidejjo/zgit"
11license=('Apache')
12depends=('git' 'webkit2gtk-4.1' 'gtk3' 'libayatana-appindicator')
13makedepends=()
14provides=("${pkgname%-bin}=${pkgver}")
15conflicts=("${pkgname%-bin}")
16source=("${url}/releases/download/v${pkgver}/zgit-desktop-v${pkgver}-linux-amd64.tar.gz")
17sha256sums=('19f7fc69e70bad8b2091829201f27da2b8b21b5fdbb38cdad09fb2e8e3538e4a')
18
19package() {
20 # Install binary dynamically using $pkgver
21 install -Dm755 "zgit-desktop-v${pkgver}-linux-amd64" "$pkgdir/usr/bin/zgit-desktop"
22
23 # Install desktop integration files
24 install -Dm644 zgit.png "$pkgdir/usr/share/pixmaps/zgit.png"
25 install -Dm644 zgit.desktop "$pkgdir/usr/share/applications/zgit.desktop"
26 install -Dm644 com.zaidejjo.zgit.metainfo.xml "$pkgdir/usr/share/metainfo/com.zaidejjo.zgit.metainfo.xml"
27}
28
29# vim:set ts=2 sw=2 et:
30

Changes since previous scan

--- PKGBUILD @ 2026-07-30 00:17
+++ PKGBUILD @ 2026-08-03 00:08
@@ -3,7 +3,7 @@
# shellcheck shell=bash
pkgname=zgit-desktop-bin
-pkgver=0.1.2
+pkgver=0.2.0
pkgrel=1
pkgdesc="A modern, fast Git & GitHub client — Desktop app (Wails)"
arch=('x86_64')
@@ -14,7 +14,7 @@
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
source=("${url}/releases/download/v${pkgver}/zgit-desktop-v${pkgver}-linux-amd64.tar.gz")
-sha256sums=('6e3ac48d2b10cbe27eff5c469747cda3713ac8854317aea7959cf7c85d802497')
+sha256sums=('19f7fc69e70bad8b2091829201f27da2b8b21b5fdbb38cdad09fb2e8e3538e4a')
package() {
# Install binary dynamically using $pkgver

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 03:13:55 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 01:40:32 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