| Hash | Commit message | Author | Date | Files | + | - |
| 1 | commit 1a4b2b7106da33360587034db8fe2e3b11517d0c (HEAD -> master, origin/master) |
| 2 | Author: Connor Etherington <[email protected]> |
| 3 | Date: Wed Jul 15 06:51:02 2026 +0200 |
| 4 | |
| 5 | agentics-terminal : Agentics ecosystem package |
| 6 | --- |
| 7 | .SRCINFO | 2 +- |
| 8 | PKGBUILD | 6 +++--- |
| 9 | 2 files changed, 4 insertions(+), 4 deletions(-) |
| 10 | |
| 11 | diff --git a/.SRCINFO b/.SRCINFO |
| 12 | index 55fd16e..6d10ec3 100644 |
| 13 | --- a/.SRCINFO |
| 14 | +++ b/.SRCINFO |
| 15 | @@ -5,7 +5,7 @@ pkgbase = agentics-terminal |
| 16 | url = https://agentics.co.za |
| 17 | arch = x86_64 |
| 18 | license = custom |
| 19 | - depends = gentics |
| 20 | + depends = agentics |
| 21 | options = !strip |
| 22 | options = !debug |
| 23 | source = agentics-terminal-0.1.4-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-terminal-0.1.4-x86_64.enc |
| 24 | diff --git a/PKGBUILD b/PKGBUILD |
| 25 | index e9ea290..a5fb727 100644 |
| 26 | --- a/PKGBUILD |
| 27 | +++ b/PKGBUILD |
| 28 | @@ -7,7 +7,7 @@ pkgdesc="Agentics Terminal - the voice-reactive terminal, an encrypted Agentics |
| 29 | arch=('x86_64') |
| 30 | url="https://agentics.co.za" |
| 31 | license=('custom') |
| 32 | -depends=('gentics') |
| 33 | +depends=('agentics') |
| 34 | options=('!strip' '!debug') |
| 35 | source=("agentics-terminal-0.1.4-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-terminal-0.1.4-x86_64.enc") |
| 36 | sha512sums=('4cabcb6b14a57cb86c991763086334924e5672d7d4e0355b8f64891c5eb9a5b8aab2b9984833e063e4f5fbca22e34198ffb1a9f5e6dfd6ef11629e86780a4aa6') |
| 37 | @@ -17,8 +17,8 @@ package() { |
| 38 | install -dm755 "$pkgdir/usr/share/doc/agentics-terminal" |
| 39 | printf '%s\n' \ |
| 40 | 'agentics-terminal ships the encrypted Agentics terminal component.' \ |
| 41 | - 'It is decrypted and executed at runtime by the Agentics launcher (gentics)' \ |
| 42 | + 'It is decrypted and executed at runtime by the Agentics launcher (agentics)' \ |
| 43 | 'and its managerd relay, which perform the sealed-box key exchange with the' \ |
| 44 | - 'Agentics hub. Install and launch the Agentics launcher to use this component.' \ |
| 45 | + 'Agentics hub. Install the agentics package and launch it to use this component.' \ |
| 46 | > "$pkgdir/usr/share/doc/agentics-terminal/README" |
| 47 | } |