| Hash | Commit message | Author | Date | Files | + | - |
| 1 | commit f9fd2a6a17169e264026013b5a9bd5deb4fc5c14 (HEAD -> master, origin/master) |
| 2 | Author: Connor Etherington <[email protected]> |
| 3 | Date: Wed Jul 15 06:51:22 2026 +0200 |
| 4 | |
| 5 | agentics-vocal-auth : 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 57e2b20..2600464 100644 |
| 13 | --- a/.SRCINFO |
| 14 | +++ b/.SRCINFO |
| 15 | @@ -5,7 +5,7 @@ pkgbase = agentics-vocal-auth |
| 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-vocal-auth-0.1.11-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-vocal-auth-0.1.11-x86_64.enc |
| 24 | diff --git a/PKGBUILD b/PKGBUILD |
| 25 | index 6ce9b87..62e3860 100644 |
| 26 | --- a/PKGBUILD |
| 27 | +++ b/PKGBUILD |
| 28 | @@ -7,7 +7,7 @@ pkgdesc="Agentics Vocal Auth - speaker verification, an encrypted Agentics compo |
| 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-vocal-auth-0.1.11-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-vocal-auth-0.1.11-x86_64.enc") |
| 36 | sha512sums=('b045b98cc29cd636f9066a6f1f450157cb34fd52644ef2080d53a11c9a913f07d94fa9a24812408abac58cdc5c239c51bffd26b968144dc2350afdde8af6aa8d') |
| 37 | @@ -17,8 +17,8 @@ package() { |
| 38 | install -dm755 "$pkgdir/usr/share/doc/agentics-vocal-auth" |
| 39 | printf '%s\n' \ |
| 40 | 'agentics-vocal-auth ships the encrypted Agentics vocalauth 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-vocal-auth/README" |
| 47 | } |