agentics-terminal


Logs | Files | GitLab


1
commit 01a4106994ebb1491605dfaccb5c51d3146940bd (HEAD -> master, origin/master)
2
Author: Connor Etherington <[email protected]>
3
Date:   Sun Aug 23 19:14:22 2026 +0200
4
5
    agentics-terminal : 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 d7ac149..3009355 100644
13
--- a/.SRCINFO
14
+++ b/.SRCINFO
15
@@ -1,6 +1,6 @@
16
 pkgbase = agentics-terminal
17
 	pkgdesc = Agentics Terminal - the voice-reactive terminal, an encrypted Agentics component decrypted and run at runtime by the Agentics launcher
18
-	pkgver = 0.1.6
19
+	pkgver = 0.1.9
20
 	pkgrel = 1
21
 	url = https://agentics.co.za
22
 	arch = x86_64
23
@@ -8,7 +8,7 @@ pkgbase = agentics-terminal
24
 	depends = agentics
25
 	options = !strip
26
 	options = !debug
27
-	source = agentics-terminal-0.1.6-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-terminal-0.1.6-x86_64.enc
28
-	sha512sums = c0e85eefbf2b2dd879a18b7d7617d9fe9ee98b66f36fcdfc1218855c1dc109e36c43c18d3b9ebb4841d17a963986dccd19c500b2f874aa41deeb2f949a8fc19d
29
+	source = agentics-terminal-0.1.9-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-terminal-0.1.9-x86_64.enc
30
+	sha512sums = cd334c1654c9dd3b5ff271ece36d335d260978f65b7bc357892e857c904668e75afbccdc89201098ea9ea0bcddc3ee6891c0f9e6ed2d34c23419a75e6b8cfc0e
31
 
32
 pkgname = agentics-terminal
33
diff --git a/PKGBUILD b/PKGBUILD
34
index de06fb3..5057385 100644
35
--- a/PKGBUILD
36
+++ b/PKGBUILD
37
@@ -1,7 +1,7 @@
38
 # Maintainer: Connor Etherington <[email protected]>
39
 # ---
40
 pkgname=agentics-terminal
41
-pkgver=0.1.6
42
+pkgver=0.1.9
43
 pkgrel=1
44
 pkgdesc="Agentics Terminal - the voice-reactive terminal, an encrypted Agentics component decrypted and run at runtime by the Agentics launcher"
45
 arch=('x86_64')
46
@@ -9,11 +9,11 @@ url="https://agentics.co.za"
47
 license=('custom')
48
 depends=('agentics')
49
 options=('!strip' '!debug')
50
-source=("agentics-terminal-0.1.6-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-terminal-0.1.6-x86_64.enc")
51
-sha512sums=('c0e85eefbf2b2dd879a18b7d7617d9fe9ee98b66f36fcdfc1218855c1dc109e36c43c18d3b9ebb4841d17a963986dccd19c500b2f874aa41deeb2f949a8fc19d')
52
+source=("agentics-terminal-0.1.9-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-terminal-0.1.9-x86_64.enc")
53
+sha512sums=('cd334c1654c9dd3b5ff271ece36d335d260978f65b7bc357892e857c904668e75afbccdc89201098ea9ea0bcddc3ee6891c0f9e6ed2d34c23419a75e6b8cfc0e')
54
 
55
 package() {
56
-  install -Dm644 "$srcdir/agentics-terminal-0.1.6-x86_64.enc" "$pkgdir/opt/agentics/components/terminal/0.1.6/terminal-0.1.6-linux-amd64.enc"
57
+  install -Dm644 "$srcdir/agentics-terminal-0.1.9-x86_64.enc" "$pkgdir/opt/agentics/components/terminal/0.1.9/terminal-0.1.9-linux-amd64.enc"
58
   install -dm755 "$pkgdir/usr/share/doc/agentics-terminal"
59
   printf '%s\n' \
60
     'agentics-terminal ships the encrypted Agentics terminal component.' \