agentics-companion


Logs | Files | GitLab


1
commit 3c7087ed1782f9621b188017d6eefa694d3b1e8d
2
Author: Connor Etherington <[email protected]>
3
Date:   Fri Aug 14 21:26:17 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 2ab6a8d..10ccd0f 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.82
19
+	pkgver = 0.1.83
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.82-x86_64::https://repo.agentics.co.za/x86_64/agentics-companion-0.1.82-x86_64
27
-	sha512sums = 7f3855f0ffd3e58ee0c5d90b977639ea1efd3a08647c60e595366cf22b2f0e89a8eaa6d7c37a90e5bbf3276cd70d32462894be64e3d730c488664f460f28cb64
28
+	source = agentics-companion-0.1.83-x86_64::https://repo.agentics.co.za/x86_64/agentics-companion-0.1.83-x86_64
29
+	sha512sums = fc0af5851a8b0955ae6690c49cbdba1c8b3dfaea66f60de8b2123d3a6d7158860908c33b339235de2d2120e66a4aa231d3a51f599c303e3b4eeb50170e05bb22
30
 
31
 pkgname = agentics-companion
32
diff --git a/PKGBUILD b/PKGBUILD
33
index c806dd0..74cd531 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.82
41
+pkgver=0.1.83
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.82-x86_64::https://repo.agentics.co.za/x86_64/agentics-companion-0.1.82-x86_64")
50
-sha512sums=('7f3855f0ffd3e58ee0c5d90b977639ea1efd3a08647c60e595366cf22b2f0e89a8eaa6d7c37a90e5bbf3276cd70d32462894be64e3d730c488664f460f28cb64')
51
+source=("agentics-companion-0.1.83-x86_64::https://repo.agentics.co.za/x86_64/agentics-companion-0.1.83-x86_64")
52
+sha512sums=('fc0af5851a8b0955ae6690c49cbdba1c8b3dfaea66f60de8b2123d3a6d7158860908c33b339235de2d2120e66a4aa231d3a51f599c303e3b4eeb50170e05bb22')
53
 
54
 package() {
55
-  install -Dm755 "$srcdir/agentics-companion-0.1.82-x86_64" "$pkgdir/usr/bin/agentics-companion"
56
+  install -Dm755 "$srcdir/agentics-companion-0.1.83-x86_64" "$pkgdir/usr/bin/agentics-companion"
57
 }