agentics-companion


Logs | Files | GitLab


1
commit cd96c53251f3ffdff5be37ea262a5f0785f9e71b (HEAD -> master, origin/master)
2
Author: Connor Etherington <[email protected]>
3
Date:   Sun Aug 30 02:13:07 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 9351ac7..a05691d 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.95
19
+	pkgver = 0.1.96
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.95-x86_64::https://repo.agentics.co.za/x86_64/agentics-companion-0.1.95-x86_64
27
-	sha512sums = 53ca97f1abb565bc2db9ddb675be8a85e93cc82819b223d1866c10c167f9054a45f1e2b3ee2453741c0907057bf0b0f097df6deae024b6b284de813ec17f44f4
28
+	source = agentics-companion-0.1.96-x86_64::https://repo.agentics.co.za/x86_64/agentics-companion-0.1.96-x86_64
29
+	sha512sums = 8cce88f3db1f275b86d9d305115bdcd72970dbd3e8f3084c81fcb5adb24a372120a0568620760aa9441f217e2b35fa3fa6d386f0cd0261c0fd3f4b48974bad70
30
 
31
 pkgname = agentics-companion
32
diff --git a/PKGBUILD b/PKGBUILD
33
index 0c9970c..73c4614 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.95
41
+pkgver=0.1.96
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.95-x86_64::https://repo.agentics.co.za/x86_64/agentics-companion-0.1.95-x86_64")
50
-sha512sums=('53ca97f1abb565bc2db9ddb675be8a85e93cc82819b223d1866c10c167f9054a45f1e2b3ee2453741c0907057bf0b0f097df6deae024b6b284de813ec17f44f4')
51
+source=("agentics-companion-0.1.96-x86_64::https://repo.agentics.co.za/x86_64/agentics-companion-0.1.96-x86_64")
52
+sha512sums=('8cce88f3db1f275b86d9d305115bdcd72970dbd3e8f3084c81fcb5adb24a372120a0568620760aa9441f217e2b35fa3fa6d386f0cd0261c0fd3f4b48974bad70')
53
 
54
 package() {
55
-  install -Dm755 "$srcdir/agentics-companion-0.1.95-x86_64" "$pkgdir/usr/bin/agentics-companion"
56
+  install -Dm755 "$srcdir/agentics-companion-0.1.96-x86_64" "$pkgdir/usr/bin/agentics-companion"
57
 }