Package Details: hermes-agent-desktop-bin 0.7.3-1

Git Clone URL: https://aur.archlinux.org/hermes-agent-desktop-bin.git (read-only, click to copy)
Package Base: hermes-agent-desktop-bin
Description: Desktop companion for Hermes Agent
Upstream URL: https://github.com/fathah/hermes-desktop
Licenses: MIT
Conflicts: hermes-agent-desktop, hermes-desktop
Provides: hermes-agent-desktop, hermes-desktop
Submitter: latte_macchiato
Maintainer: latte_macchiato
Last Packager: latte_macchiato
Votes: 2
Popularity: 0.72
First Submitted: 2026-05-11 15:39 (UTC)
Last Updated: 2026-07-04 04:36 (UTC)

Dependencies (16)

Required by (0)

Sources (2)

Latest Comments

latte_macchiato commented on 2026-05-14 00:31 (UTC)

.deb packages are simple in that regard, can just poll the github api

latte_macchiato commented on 2026-05-14 00:31 (UTC)

just a good ol nushell script

ryukinix commented on 2026-05-14 00:26 (UTC)

@latte_macchiato I'm just curious: how did you automated exactly?

latte_macchiato commented on 2026-05-13 22:27 (UTC)

updated, also automated future packaging

ryukinix commented on 2026-05-13 20:05 (UTC)

diff --git a/.SRCINFO b/.SRCINFO
index f145257..e90bdba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = hermes-agent-desktop-bin
        pkgdesc = Desktop companion for Hermes Agent
-       pkgver = 0.3.5
+       pkgver = 0.3.7
        pkgrel = 1
        url = https://github.com/fathah/hermes-desktop
        arch = x86_64
@@ -25,9 +25,7 @@ pkgbase = hermes-agent-desktop-bin
        conflicts = hermes-agent-desktop
        conflicts = hermes-desktop
        options = !strip
-       source = hermes-desktop-0.3.5-LICENSE::https://raw.githubusercontent.com/fathah/hermes-desktop/v0.3.5/LICENSE
-       sha256sums = 85d12b0f8894e7095f904a9a89fcfaea1b0d037cbfb4a12aba81daa87bcdbcd4
-       source_x86_64 = hermes-desktop_0.3.5_amd64.deb::https://github.com/fathah/hermes-desktop/releases/download/v0.3.5/hermes-desktop_0.3.5_amd64.deb
-       sha256sums_x86_64 = 1e3d83a41ed18657e92158d590eb0d9b760dbbb3fce8500b7c0d0be801f3fe0b
+       source = hermes-desktop-0.3.7-LICENSE::https://raw.githubusercontent.com/fathah/hermes-desktop/v0.3.7/LICENSE
+       source_x86_64 = hermes-desktop_0.3.7_amd64.deb::https://github.com/fathah/hermes-desktop/releases/download/v0.3.7/hermes-desktop_0.3.7_amd64.deb

 pkgname = hermes-agent-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3f3fecc..d0985ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

 pkgname=hermes-agent-desktop-bin
 _pkgname=hermes-desktop
-pkgver=0.3.5
+pkgver=0.3.7
 pkgrel=1
 pkgdesc='Desktop companion for Hermes Agent'
 arch=('x86_64')
@@ -33,7 +33,7 @@ options=('!strip')
 source=("${_pkgname}-${pkgver}-LICENSE::https://raw.githubusercontent.com/fathah/hermes-desktop/v${pkgver}/LICENSE")
 source_x86_64=("${_pkgname}_${pkgver}_amd64.deb::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_amd64.deb")
 sha256sums=('85d12b0f8894e7095f904a9a89fcfaea1b0d037cbfb4a12aba81daa87bcdbcd4')
-sha256sums_x86_64=('1e3d83a41ed18657e92158d590eb0d9b760dbbb3fce8500b7c0d0be801f3fe0b')
+sha256sums_x86_64=('3f3f56b9698de9e5c85fca496ba01a2e9d29e67bae0726f974766553cde24c4b')

 package() {
   bsdtar -xOf "${srcdir}/${_pkgname}_${pkgver}_amd64.deb" data.tar.xz |

Diff with 0.3.7 update