| Hash | Commit message | Author | Date | Files | + | - |
| 1 | commit 3568ad5878883a50cfba2253c3cb1e180401e23e (HEAD -> master, origin/master) |
| 2 | Author: Connor Etherington <[email protected]> |
| 3 | Date: Wed Jul 15 06:50:55 2026 +0200 |
| 4 | |
| 5 | agentics-cli : 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 5db6e31..e1f9028 100644 |
| 13 | --- a/.SRCINFO |
| 14 | +++ b/.SRCINFO |
| 15 | @@ -5,7 +5,7 @@ pkgbase = agentics-cli |
| 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-cli-0.2.32-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-cli-0.2.32-x86_64.enc |
| 24 | diff --git a/PKGBUILD b/PKGBUILD |
| 25 | index d9270d7..91d8de2 100644 |
| 26 | --- a/PKGBUILD |
| 27 | +++ b/PKGBUILD |
| 28 | @@ -7,7 +7,7 @@ pkgdesc="Agentics CLI - the terminal Orb, an encrypted Agentics component decryp |
| 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-cli-0.2.32-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-cli-0.2.32-x86_64.enc") |
| 36 | sha512sums=('72754b3a8180dc48d48ae35e91d0b596d233514772cf895d73aa324c93bbbd7288e67ca8a8650bbc3e3bb8486b1968fd2fa7ff3c5f903f2b4e42f4bbbadfa3d8') |
| 37 | @@ -17,8 +17,8 @@ package() { |
| 38 | install -dm755 "$pkgdir/usr/share/doc/agentics-cli" |
| 39 | printf '%s\n' \ |
| 40 | 'agentics-cli ships the encrypted Agentics cli 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-cli/README" |
| 47 | } |