agentics-companion


Logs | Files | GitLab


1
commit 86bea1a17c6012f0411207377aabe658c78238ec
2
Author: Connor Etherington <[email protected]>
3
Date:   Sun Aug 23 19:13:57 2026 +0200
4
5
    agentics-companion : Agentics ecosystem package
6
---
7
 .SRCINFO | 6 +++---
8
 PKGBUILD | 8 ++++----
9
 2 files changed, 7 insertions(+), 7 deletions(-)
10
11
diff --git a/.SRCINFO b/.SRCINFO
12
index ab6fadc..8f5c1a9 100644
13
--- a/.SRCINFO
14
+++ b/.SRCINFO
15
@@ -1,13 +1,13 @@
16
 pkgbase = agentics-companion
17
 	pkgdesc = Agentics Companion - the local relay and voice daemon that links every Agentics surface to the hub
18
-	pkgver = 0.1.88
19
+	pkgver = 0.1.92
20
 	pkgrel = 1
21
 	url = https://agentics.co.za
22
 	arch = x86_64
23
 	license = custom
24
 	options = !strip
25
 	options = !debug
26
-	source = agentics-companion-0.1.88-x86_64::https://repo.agentics.co.za/x86_64/agentics-companion-0.1.88-x86_64
27
-	sha512sums = 03037db6d7923017dd1f94393c5c1077b7f6fb03cdd6719a7c5cd6237bda133826dd109a0560c8fb06953650b633bdd5a730f0567502bacb31685878e4a1b1a3
28
+	source = agentics-companion-0.1.92-x86_64::https://repo.agentics.co.za/x86_64/agentics-companion-0.1.92-x86_64
29
+	sha512sums = 2bbe378fe3c98186e16ee93a5d92baee347161034dedd221910d466a0f3b6f8e1aaf370ab5d35cd702df5971e62bb84ab498c62a04243896bb76d3cf6f3e1be2
30
 
31
 pkgname = agentics-companion
32
diff --git a/PKGBUILD b/PKGBUILD
33
index da3e687..5353884 100644
34
--- a/PKGBUILD
35
+++ b/PKGBUILD
36
@@ -1,7 +1,7 @@
37
 # Maintainer: Connor Etherington <[email protected]>
38
 # ---
39
 pkgname=agentics-companion
40
-pkgver=0.1.88
41
+pkgver=0.1.92
42
 pkgrel=1
43
 pkgdesc="Agentics Companion - the local relay and voice daemon that links every Agentics surface to the hub"
44
 arch=('x86_64')
45
@@ -9,9 +9,9 @@ url="https://agentics.co.za"
46
 license=('custom')
47
 depends=()
48
 options=('!strip' '!debug')
49
-source=("agentics-companion-0.1.88-x86_64::https://repo.agentics.co.za/x86_64/agentics-companion-0.1.88-x86_64")
50
-sha512sums=('03037db6d7923017dd1f94393c5c1077b7f6fb03cdd6719a7c5cd6237bda133826dd109a0560c8fb06953650b633bdd5a730f0567502bacb31685878e4a1b1a3')
51
+source=("agentics-companion-0.1.92-x86_64::https://repo.agentics.co.za/x86_64/agentics-companion-0.1.92-x86_64")
52
+sha512sums=('2bbe378fe3c98186e16ee93a5d92baee347161034dedd221910d466a0f3b6f8e1aaf370ab5d35cd702df5971e62bb84ab498c62a04243896bb76d3cf6f3e1be2')
53
 
54
 package() {
55
-  install -Dm755 "$srcdir/agentics-companion-0.1.88-x86_64" "$pkgdir/usr/bin/agentics-companion"
56
+  install -Dm755 "$srcdir/agentics-companion-0.1.92-x86_64" "$pkgdir/usr/bin/agentics-companion"
57
 }