| Hash | Commit message | Author | Date | Files | + | - |
| 1 | commit 1f1cdfce386b2d148c1c8b6be271c29171da0351 |
| 2 | Author: Connor Etherington <[email protected]> |
| 3 | Date: Wed Jul 29 11:53:02 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 6d10ec3..d7ac149 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.4 |
| 19 | + pkgver = 0.1.6 |
| 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.4-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-terminal-0.1.4-x86_64.enc |
| 28 | - sha512sums = 4cabcb6b14a57cb86c991763086334924e5672d7d4e0355b8f64891c5eb9a5b8aab2b9984833e063e4f5fbca22e34198ffb1a9f5e6dfd6ef11629e86780a4aa6 |
| 29 | + source = agentics-terminal-0.1.6-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-terminal-0.1.6-x86_64.enc |
| 30 | + sha512sums = c0e85eefbf2b2dd879a18b7d7617d9fe9ee98b66f36fcdfc1218855c1dc109e36c43c18d3b9ebb4841d17a963986dccd19c500b2f874aa41deeb2f949a8fc19d |
| 31 | |
| 32 | pkgname = agentics-terminal |
| 33 | diff --git a/PKGBUILD b/PKGBUILD |
| 34 | index a5fb727..de06fb3 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.4 |
| 42 | +pkgver=0.1.6 |
| 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.4-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-terminal-0.1.4-x86_64.enc") |
| 51 | -sha512sums=('4cabcb6b14a57cb86c991763086334924e5672d7d4e0355b8f64891c5eb9a5b8aab2b9984833e063e4f5fbca22e34198ffb1a9f5e6dfd6ef11629e86780a4aa6') |
| 52 | +source=("agentics-terminal-0.1.6-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-terminal-0.1.6-x86_64.enc") |
| 53 | +sha512sums=('c0e85eefbf2b2dd879a18b7d7617d9fe9ee98b66f36fcdfc1218855c1dc109e36c43c18d3b9ebb4841d17a963986dccd19c500b2f874aa41deeb2f949a8fc19d') |
| 54 | |
| 55 | package() { |
| 56 | - install -Dm644 "$srcdir/agentics-terminal-0.1.4-x86_64.enc" "$pkgdir/opt/agentics/components/terminal/0.1.4/terminal-0.1.4-linux-amd64.enc" |
| 57 | + 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" |
| 58 | install -dm755 "$pkgdir/usr/share/doc/agentics-terminal" |
| 59 | printf '%s\n' \ |
| 60 | 'agentics-terminal ships the encrypted Agentics terminal component.' \ |