| Hash | Commit message | Author | Date | Files | + | - |
| 1 | commit 1ea7479a19d1506e16fb70c9699c7dba24a26da9 |
| 2 | Author: Connor Etherington <[email protected]> |
| 3 | Date: Wed Jul 29 11:53:02 2026 +0200 |
| 4 | |
| 5 | agentics-astt : 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 f246ea1..ebed86b 100644 |
| 13 | --- a/.SRCINFO |
| 14 | +++ b/.SRCINFO |
| 15 | @@ -1,6 +1,6 @@ |
| 16 | pkgbase = agentics-astt |
| 17 | pkgdesc = Agentics ASTT - the on-device speech engine, an encrypted Agentics component decrypted and run at runtime by the Agentics launcher |
| 18 | - pkgver = 0.1.1 |
| 19 | + pkgver = 0.1.2 |
| 20 | pkgrel = 1 |
| 21 | url = https://agentics.co.za |
| 22 | arch = x86_64 |
| 23 | @@ -8,7 +8,7 @@ pkgbase = agentics-astt |
| 24 | depends = agentics |
| 25 | options = !strip |
| 26 | options = !debug |
| 27 | - source = agentics-astt-0.1.1-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-astt-0.1.1-x86_64.enc |
| 28 | - sha512sums = 6162b88cc5f63dbb7404f607a6d6ddfc0d74db622794cfaa2a8e8959b072adc64a2088eadbd41b067e0e6d581e216cb2e0b6be5041bf03bac4cc353ae3cb5b8b |
| 29 | + source = agentics-astt-0.1.2-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-astt-0.1.2-x86_64.enc |
| 30 | + sha512sums = 4aab6aaa444d1ec252e996d97467d2f32b4db819bb7264b6e9b311d4abc62d320a05157e6e0f94a6aae8f530874d9b2786ee6d2e51bc58ce2d34ee4db86258bf |
| 31 | |
| 32 | pkgname = agentics-astt |
| 33 | diff --git a/PKGBUILD b/PKGBUILD |
| 34 | index 2f8aee4..9521877 100644 |
| 35 | --- a/PKGBUILD |
| 36 | +++ b/PKGBUILD |
| 37 | @@ -1,7 +1,7 @@ |
| 38 | # Maintainer: Connor Etherington <[email protected]> |
| 39 | # --- |
| 40 | pkgname=agentics-astt |
| 41 | -pkgver=0.1.1 |
| 42 | +pkgver=0.1.2 |
| 43 | pkgrel=1 |
| 44 | pkgdesc="Agentics ASTT - the on-device speech engine, an encrypted Agentics component decrypted and run at runtime by the Agentics launcher" |
| 45 | arch=('x86_64') |
| 46 | @@ -9,11 +9,11 @@ url="https://agentics.co.za" |
| 47 | license=('custom') |
| 48 | depends=('agentics') |
| 49 | options=('!strip' '!debug') |
| 50 | -source=("agentics-astt-0.1.1-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-astt-0.1.1-x86_64.enc") |
| 51 | -sha512sums=('6162b88cc5f63dbb7404f607a6d6ddfc0d74db622794cfaa2a8e8959b072adc64a2088eadbd41b067e0e6d581e216cb2e0b6be5041bf03bac4cc353ae3cb5b8b') |
| 52 | +source=("agentics-astt-0.1.2-x86_64.enc::https://repo.agentics.co.za/x86_64/agentics-astt-0.1.2-x86_64.enc") |
| 53 | +sha512sums=('4aab6aaa444d1ec252e996d97467d2f32b4db819bb7264b6e9b311d4abc62d320a05157e6e0f94a6aae8f530874d9b2786ee6d2e51bc58ce2d34ee4db86258bf') |
| 54 | |
| 55 | package() { |
| 56 | - install -Dm644 "$srcdir/agentics-astt-0.1.1-x86_64.enc" "$pkgdir/opt/agentics/components/speech/0.1.1/speech-0.1.1-linux-amd64.enc" |
| 57 | + install -Dm644 "$srcdir/agentics-astt-0.1.2-x86_64.enc" "$pkgdir/opt/agentics/components/speech/0.1.2/speech-0.1.2-linux-amd64.enc" |
| 58 | install -dm755 "$pkgdir/usr/share/doc/agentics-astt" |
| 59 | printf '%s\n' \ |
| 60 | 'agentics-astt ships the encrypted Agentics speech component.' \ |