agentics


Logs | Files | GitLab


1
commit 3f1df3f49689ae9de5e9770be927f3851eb32db3
2
Author: Connor Etherington <[email protected]>
3
Date:   Sat Aug 1 17:37:14 2026 +0200
4
5
    agentics : 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 e49f940..7d56f34 100644
13
--- a/.SRCINFO
14
+++ b/.SRCINFO
15
@@ -1,13 +1,13 @@
16
 pkgbase = agentics
17
 	pkgdesc = Agentics - the voice-driven AI platform launcher, the desktop front door for the entire Agentics ecosystem
18
-	pkgver = 0.1.71
19
+	pkgver = 0.1.73
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-0.1.71-x86_64::https://repo.agentics.co.za/x86_64/agentics-0.1.71-x86_64
27
-	sha512sums = c83edb2ea6d94e1917f73dfc5139808409b68f41f55a467da542e5fa2716200661b8a0249a708988596cbf01c6206cffa6627be562fb431c8b8809dd69079136
28
+	source = agentics-0.1.73-x86_64::https://repo.agentics.co.za/x86_64/agentics-0.1.73-x86_64
29
+	sha512sums = 4a65e4d059017dc774b1b7664a4ea371a4ba6c152955314e0a316959dd3de54f6d861951c3c8b8bbdf344a572ee48cf384ff9ea18d79b8d877b813da195be498
30
 
31
 pkgname = agentics
32
diff --git a/PKGBUILD b/PKGBUILD
33
index 5d64760..00759df 100644
34
--- a/PKGBUILD
35
+++ b/PKGBUILD
36
@@ -1,7 +1,7 @@
37
 # Maintainer: Connor Etherington <[email protected]>
38
 # ---
39
 pkgname=agentics
40
-pkgver=0.1.71
41
+pkgver=0.1.73
42
 pkgrel=1
43
 pkgdesc="Agentics - the voice-driven AI platform launcher, the desktop front door for the entire Agentics ecosystem"
44
 arch=('x86_64')
45
@@ -9,11 +9,11 @@ url="https://agentics.co.za"
46
 license=('custom')
47
 depends=()
48
 options=('!strip' '!debug')
49
-source=("agentics-0.1.71-x86_64::https://repo.agentics.co.za/x86_64/agentics-0.1.71-x86_64")
50
-sha512sums=('c83edb2ea6d94e1917f73dfc5139808409b68f41f55a467da542e5fa2716200661b8a0249a708988596cbf01c6206cffa6627be562fb431c8b8809dd69079136')
51
+source=("agentics-0.1.73-x86_64::https://repo.agentics.co.za/x86_64/agentics-0.1.73-x86_64")
52
+sha512sums=('4a65e4d059017dc774b1b7664a4ea371a4ba6c152955314e0a316959dd3de54f6d861951c3c8b8bbdf344a572ee48cf384ff9ea18d79b8d877b813da195be498')
53
 
54
 package() {
55
-  install -Dm755 "$srcdir/agentics-0.1.71-x86_64" "$pkgdir/opt/agentics/Agentics.AppImage"
56
+  install -Dm755 "$srcdir/agentics-0.1.73-x86_64" "$pkgdir/opt/agentics/Agentics.AppImage"
57
   install -dm755 "$pkgdir/usr/bin"
58
   printf '%s\n' '#!/bin/sh' 'exec /opt/agentics/Agentics.AppImage "$@"' > "$pkgdir/usr/bin/agentics"
59
   chmod 755 "$pkgdir/usr/bin/agentics"