Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / aichat
Commits: 0ccdf94b by Carl Smedstad at 2025-07-07T21:49:47+02:00 upgpkg: 0.30.0-1: Upstream release https://github.com/sigoden/aichat/releases/tag/v0.30.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = aichat pkgdesc = All-in-one AI CLI tool featuring Chat-REPL, Shell Assistant, RAG, AI tools & agents - pkgver = 0.29.0 + pkgver = 0.30.0 pkgrel = 1 url = https://github.com/sigoden/aichat arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = aichat depends = gcc-libs depends = glibc options = !lto - source = aichat-0.29.0.tar.gz::https://github.com/sigoden/aichat/archive/v0.29.0.tar.gz - sha256sums = 0b586419ce4e29e02eb165e0ab668e0661fac305840348467ab5f45e42551a5a + source = aichat-0.30.0.tar.gz::https://github.com/sigoden/aichat/archive/v0.30.0.tar.gz + sha256sums = e194cc89afc213a6e3169738221cae641c347421c4f2aacd5d6f4f7cc6edb387 pkgname = aichat ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Sergey A. <murlakatame...@disroot.org> pkgname=aichat -pkgver=0.29.0 +pkgver=0.30.0 pkgrel=1 pkgdesc="All-in-one AI CLI tool featuring Chat-REPL, Shell Assistant, RAG, AI tools & agents" arch=(x86_64) @@ -18,7 +18,7 @@ makedepends=( ) options=(!lto) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('0b586419ce4e29e02eb165e0ab668e0661fac305840348467ab5f45e42551a5a') +sha256sums=('e194cc89afc213a6e3169738221cae641c347421c4f2aacd5d6f4f7cc6edb387') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aichat/-/commit/0ccdf94b3187d6c4f2692394e5ec129ca1850ef1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aichat/-/commit/0ccdf94b3187d6c4f2692394e5ec129ca1850ef1 You're receiving this email because of your account on gitlab.archlinux.org.