agentics


Logs | Files | GitLab


1
commit 30c75c52702fe7c0e6adb91b2041db27d5087b44 (HEAD -> master, origin/master)
2
Author: Connor Etherington <[email protected]>
3
Date:   Fri Aug 28 18:21:34 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 b0fe255..4742823 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.77
19
+	pkgver = 0.1.78
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.77-x86_64::https://repo.agentics.co.za/x86_64/agentics-0.1.77-x86_64
27
-	sha512sums = 41f966181c03c8ea3492b33669a7763f14cff5ebf9eba32a358f574021eb02d86c57abe631e0e2ab724c206d8646bee3767101bb10222d1594a96e2e52964ac1
28
+	source = agentics-0.1.78-x86_64::https://repo.agentics.co.za/x86_64/agentics-0.1.78-x86_64
29
+	sha512sums = af5bf5e26f18ff878091a2be19b29011ea99bd373867b1d6aae52c86e684cf8bdb9cfc98a5f750e8a5dba7ff37554d0886e4d56ca410e590a9fe88c26312c156
30
 
31
 pkgname = agentics
32
diff --git a/PKGBUILD b/PKGBUILD
33
index 4c1022e..c560ddc 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.77
41
+pkgver=0.1.78
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.77-x86_64::https://repo.agentics.co.za/x86_64/agentics-0.1.77-x86_64")
50
-sha512sums=('41f966181c03c8ea3492b33669a7763f14cff5ebf9eba32a358f574021eb02d86c57abe631e0e2ab724c206d8646bee3767101bb10222d1594a96e2e52964ac1')
51
+source=("agentics-0.1.78-x86_64::https://repo.agentics.co.za/x86_64/agentics-0.1.78-x86_64")
52
+sha512sums=('af5bf5e26f18ff878091a2be19b29011ea99bd373867b1d6aae52c86e684cf8bdb9cfc98a5f750e8a5dba7ff37554d0886e4d56ca410e590a9fe88c26312c156')
53
 
54
 package() {
55
-  install -Dm755 "$srcdir/agentics-0.1.77-x86_64" "$pkgdir/opt/agentics/Agentics.AppImage"
56
+  install -Dm755 "$srcdir/agentics-0.1.78-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"