Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages /
qwen-code
Commits:
1d576f66 by Levente Polyak at 2026-05-16T23:33:33+02:00
upgpkg: 0.15.11-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qwen-code
pkgdesc = Open-source AI agent for the terminal, optimized for
Qwen-Coder
- pkgver = 0.15.10
+ pkgver = 0.15.11
pkgrel = 1
url = https://github.com/QwenLM/qwen-code
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = qwen-code
depends = glibc
depends = nodejs
depends = ripgrep
- source = git+https://github.com/QwenLM/qwen-code.git#tag=v0.15.10
- sha256sums =
f8f08d2cd36b37ddefc8a022450a70934ec1a7544148c1631856e54ca058ba25
- b2sums =
6811172cf78316bfe731a62cf5214397d9773525e9d1a1905ccb9894ae3e89d8d5b8043d1eaf7c617dfc874ad8d9f16c8154bd3380c0948f695fec5fb48d6210
+ source = git+https://github.com/QwenLM/qwen-code.git#tag=v0.15.11
+ sha256sums =
b1fae7cd26b72b5f1d8b2e2997f3a698be09758ec3fae67aa0dcfc8ed1bc11de
+ b2sums =
0d8476f3f5288d7982f960192cb872159f8efe4343f5c4d74f4660df6be4f91ec4c29d9286f1a948a9190f9610adab7df173e6e95813187507303aea8a81551c
pkgname = qwen-code
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# shellcheck shell=bash disable=SC2034,SC2154
pkgname=qwen-code
-pkgver=0.15.10
+pkgver=0.15.11
pkgrel=1
pkgdesc='Open-source AI agent for the terminal, optimized for Qwen-Coder'
url='https://github.com/QwenLM/qwen-code'
@@ -24,8 +24,8 @@ makedepends=(
npm
)
source=("git+https://github.com/QwenLM/qwen-code.git#tag=v${pkgver}")
-sha256sums=('f8f08d2cd36b37ddefc8a022450a70934ec1a7544148c1631856e54ca058ba25')
-b2sums=('6811172cf78316bfe731a62cf5214397d9773525e9d1a1905ccb9894ae3e89d8d5b8043d1eaf7c617dfc874ad8d9f16c8154bd3380c0948f695fec5fb48d6210')
+sha256sums=('b1fae7cd26b72b5f1d8b2e2997f3a698be09758ec3fae67aa0dcfc8ed1bc11de')
+b2sums=('0d8476f3f5288d7982f960192cb872159f8efe4343f5c4d74f4660df6be4f91ec4c29d9286f1a948a9190f9610adab7df173e6e95813187507303aea8a81551c')
prepare() {
cd $pkgname
@@ -43,7 +43,8 @@ build() {
check() {
cd $pkgname
- npm test
+ npm run test --workspaces --if-present -- \
+ --exclude='**/{qwenConnectionHandler,useAtCompletion}.test.ts'
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qwen-code/-/commit/1d576f66f3136bf9eeea8cc71d631b94a242750c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qwen-code/-/commit/1d576f66f3136bf9eeea8cc71d631b94a242750c
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help