| Hash | Commit message | Author | Date | Files | + | - |
| 1 | commit bcfefdc512f04b435106d5ee6a73f4f32b33e581 |
| 2 | Author: Connor Etherington <[email protected]> |
| 3 | Date: Thu Aug 27 03:33:30 2026 +0200 |
| 4 | |
| 5 | agentics : 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 7c9a154..b0fe255 100644 |
| 13 | --- a/.SRCINFO |
| 14 | +++ b/.SRCINFO |
| 15 | @@ -1,13 +1,13 @@ |
| 16 | pkgbase = agentics |
| 17 | pkgdesc = Agentics - the voice-driven AI platform launcher, the desktop front door for the entire Agentics ecosystem |
| 18 | - pkgver = 0.1.76 |
| 19 | + pkgver = 0.1.77 |
| 20 | pkgrel = 1 |
| 21 | url = https://agentics.co.za |
| 22 | arch = x86_64 |
| 23 | license = custom |
| 24 | options = !strip |
| 25 | options = !debug |
| 26 | - source = agentics-0.1.76-x86_64::https://repo.agentics.co.za/x86_64/agentics-0.1.76-x86_64 |
| 27 | - sha512sums = bfcfff778393802d903fd36ecd4324121d95840e9d1f24c7e29606c9921a003b9c0a0e4c3225ba7a1619bc7be8390d28dda9c9865bd0f5b65d4f010554880a47 |
| 28 | + source = agentics-0.1.77-x86_64::https://repo.agentics.co.za/x86_64/agentics-0.1.77-x86_64 |
| 29 | + sha512sums = 41f966181c03c8ea3492b33669a7763f14cff5ebf9eba32a358f574021eb02d86c57abe631e0e2ab724c206d8646bee3767101bb10222d1594a96e2e52964ac1 |
| 30 | |
| 31 | pkgname = agentics |
| 32 | diff --git a/PKGBUILD b/PKGBUILD |
| 33 | index 219f3bd..4c1022e 100644 |
| 34 | --- a/PKGBUILD |
| 35 | +++ b/PKGBUILD |
| 36 | @@ -1,7 +1,7 @@ |
| 37 | # Maintainer: Connor Etherington <[email protected]> |
| 38 | # --- |
| 39 | pkgname=agentics |
| 40 | -pkgver=0.1.76 |
| 41 | +pkgver=0.1.77 |
| 42 | pkgrel=1 |
| 43 | pkgdesc="Agentics - the voice-driven AI platform launcher, the desktop front door for the entire Agentics ecosystem" |
| 44 | arch=('x86_64') |
| 45 | @@ -9,11 +9,11 @@ url="https://agentics.co.za" |
| 46 | license=('custom') |
| 47 | depends=() |
| 48 | options=('!strip' '!debug') |
| 49 | -source=("agentics-0.1.76-x86_64::https://repo.agentics.co.za/x86_64/agentics-0.1.76-x86_64") |
| 50 | -sha512sums=('bfcfff778393802d903fd36ecd4324121d95840e9d1f24c7e29606c9921a003b9c0a0e4c3225ba7a1619bc7be8390d28dda9c9865bd0f5b65d4f010554880a47') |
| 51 | +source=("agentics-0.1.77-x86_64::https://repo.agentics.co.za/x86_64/agentics-0.1.77-x86_64") |
| 52 | +sha512sums=('41f966181c03c8ea3492b33669a7763f14cff5ebf9eba32a358f574021eb02d86c57abe631e0e2ab724c206d8646bee3767101bb10222d1594a96e2e52964ac1') |
| 53 | |
| 54 | package() { |
| 55 | - install -Dm755 "$srcdir/agentics-0.1.76-x86_64" "$pkgdir/opt/agentics/Agentics.AppImage" |
| 56 | + install -Dm755 "$srcdir/agentics-0.1.77-x86_64" "$pkgdir/opt/agentics/Agentics.AppImage" |
| 57 | install -dm755 "$pkgdir/usr/bin" |
| 58 | printf '%s\n' '#!/bin/sh' 'exec /opt/agentics/Agentics.AppImage "$@"' > "$pkgdir/usr/bin/agentics" |
| 59 | chmod 755 "$pkgdir/usr/bin/agentics" |