agentics


Logs | Files | GitLab


1
commit 6c6455fbfbd6f20bde020d3af59d4e9ce828c8d2
2
Author: Connor Etherington <[email protected]>
3
Date:   Sat Aug 15 02:28:02 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 7d56f34..35c5c4c 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.73
19
+	pkgver = 0.1.74
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.73-x86_64::https://repo.agentics.co.za/x86_64/agentics-0.1.73-x86_64
27
-	sha512sums = 4a65e4d059017dc774b1b7664a4ea371a4ba6c152955314e0a316959dd3de54f6d861951c3c8b8bbdf344a572ee48cf384ff9ea18d79b8d877b813da195be498
28
+	source = agentics-0.1.74-x86_64::https://repo.agentics.co.za/x86_64/agentics-0.1.74-x86_64
29
+	sha512sums = 18a0655caa02e3df35c05fe92a484c4e3f69b4c0210f8754a11bf56d435cb67813de7ef2afe7edd814004270c20feee6c908d82e00be9ab496ba746d64997438
30
 
31
 pkgname = agentics
32
diff --git a/PKGBUILD b/PKGBUILD
33
index 00759df..0ee8672 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.73
41
+pkgver=0.1.74
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.73-x86_64::https://repo.agentics.co.za/x86_64/agentics-0.1.73-x86_64")
50
-sha512sums=('4a65e4d059017dc774b1b7664a4ea371a4ba6c152955314e0a316959dd3de54f6d861951c3c8b8bbdf344a572ee48cf384ff9ea18d79b8d877b813da195be498')
51
+source=("agentics-0.1.74-x86_64::https://repo.agentics.co.za/x86_64/agentics-0.1.74-x86_64")
52
+sha512sums=('18a0655caa02e3df35c05fe92a484c4e3f69b4c0210f8754a11bf56d435cb67813de7ef2afe7edd814004270c20feee6c908d82e00be9ab496ba746d64997438')
53
 
54
 package() {
55
-  install -Dm755 "$srcdir/agentics-0.1.73-x86_64" "$pkgdir/opt/agentics/Agentics.AppImage"
56
+  install -Dm755 "$srcdir/agentics-0.1.74-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"