| Hash | Commit message | Author | Date | Files | + | - |
| 1 | commit e25bfac027da88e4a3de0f0cdfae3b50d10e8290 (HEAD -> master, origin/master) |
| 2 | Author: Connor Etherington <[email protected]> |
| 3 | Date: Wed Jul 15 06:51:08 2026 +0200 |
| 4 | |
| 5 | agentics-agentboard : Agentics ecosystem package |
| 6 | --- |
| 7 | .SRCINFO | 8 ++++---- |
| 8 | PKGBUILD | 14 +++++++------- |
| 9 | 2 files changed, 11 insertions(+), 11 deletions(-) |
| 10 | |
| 11 | diff --git a/.SRCINFO b/.SRCINFO |
| 12 | index ae6d85e..f2889a2 100644 |
| 13 | --- a/.SRCINFO |
| 14 | +++ b/.SRCINFO |
| 15 | @@ -1,14 +1,14 @@ |
| 16 | pkgbase = agentics-agentboard |
| 17 | pkgdesc = Agentics AgentBoard - the desktop PowerBoard host, an encrypted Agentics component decrypted and run at runtime by the Agentics launcher |
| 18 | - pkgver = 0.3.280 |
| 19 | + pkgver = 0.3.281 |
| 20 | pkgrel = 1 |
| 21 | url = https://agentics.co.za |
| 22 | arch = x86_64 |
| 23 | license = custom |
| 24 | - depends = gentics |
| 25 | + depends = agentics |
| 26 | options = !strip |
| 27 | options = !debug |
| 28 | - source = agentics-agentboard-0.3.280-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-agentboard-0.3.280-x86_64.enc |
| 29 | - sha512sums = a9c2e07656eabcc8c1abbc6c30297de8039c6019f53904b2f8e6248d6ccad001bb745953f407d1fc91e9d15e54608df7d233d8aaa76e7b84bde918424abd14a1 |
| 30 | + source = agentics-agentboard-0.3.281-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-agentboard-0.3.281-x86_64.enc |
| 31 | + sha512sums = 5a073a1d4e2113daefa2ead455a23d9856a897028b4203509b83b0b9d440df907b757c2d2e2ed6fba8d0e9c6024dc146d912f4019f5e40726c8b0af51f9b5693 |
| 32 | |
| 33 | pkgname = agentics-agentboard |
| 34 | diff --git a/PKGBUILD b/PKGBUILD |
| 35 | index 53f313e..13cdfc2 100644 |
| 36 | --- a/PKGBUILD |
| 37 | +++ b/PKGBUILD |
| 38 | @@ -1,24 +1,24 @@ |
| 39 | # Maintainer: Connor Etherington <[email protected]> |
| 40 | # --- |
| 41 | pkgname=agentics-agentboard |
| 42 | -pkgver=0.3.280 |
| 43 | +pkgver=0.3.281 |
| 44 | pkgrel=1 |
| 45 | pkgdesc="Agentics AgentBoard - the desktop PowerBoard host, an encrypted Agentics component decrypted and run at runtime by the Agentics launcher" |
| 46 | arch=('x86_64') |
| 47 | url="https://agentics.co.za" |
| 48 | license=('custom') |
| 49 | -depends=('gentics') |
| 50 | +depends=('agentics') |
| 51 | options=('!strip' '!debug') |
| 52 | -source=("agentics-agentboard-0.3.280-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-agentboard-0.3.280-x86_64.enc") |
| 53 | -sha512sums=('a9c2e07656eabcc8c1abbc6c30297de8039c6019f53904b2f8e6248d6ccad001bb745953f407d1fc91e9d15e54608df7d233d8aaa76e7b84bde918424abd14a1') |
| 54 | +source=("agentics-agentboard-0.3.281-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-agentboard-0.3.281-x86_64.enc") |
| 55 | +sha512sums=('5a073a1d4e2113daefa2ead455a23d9856a897028b4203509b83b0b9d440df907b757c2d2e2ed6fba8d0e9c6024dc146d912f4019f5e40726c8b0af51f9b5693') |
| 56 | |
| 57 | package() { |
| 58 | - install -Dm644 "$srcdir/agentics-agentboard-0.3.280-x86_64.enc" "$pkgdir/opt/agentics/components/agentboard/0.3.280/agentboard-0.3.280-linux-amd64.enc" |
| 59 | + install -Dm644 "$srcdir/agentics-agentboard-0.3.281-x86_64.enc" "$pkgdir/opt/agentics/components/agentboard/0.3.281/agentboard-0.3.281-linux-amd64.enc" |
| 60 | install -dm755 "$pkgdir/usr/share/doc/agentics-agentboard" |
| 61 | printf '%s\n' \ |
| 62 | 'agentics-agentboard ships the encrypted Agentics agentboard component.' \ |
| 63 | - 'It is decrypted and executed at runtime by the Agentics launcher (gentics)' \ |
| 64 | + 'It is decrypted and executed at runtime by the Agentics launcher (agentics)' \ |
| 65 | 'and its managerd relay, which perform the sealed-box key exchange with the' \ |
| 66 | - 'Agentics hub. Install and launch the Agentics launcher to use this component.' \ |
| 67 | + 'Agentics hub. Install the agentics package and launch it to use this component.' \ |
| 68 | > "$pkgdir/usr/share/doc/agentics-agentboard/README" |
| 69 | } |