Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
xonsh
Commits:
36e773ea by Daniel Bermond at 2026-03-05T09:50:34-03:00
upgpkg: 0.22.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = xonsh
pkgdesc = A python-powered shell. Full-featured and cross-platform.
- pkgver = 0.22.4
+ pkgver = 0.22.6
pkgrel = 1
url = https://xon.sh/
install = xonsh.install
@@ -22,7 +22,7 @@ pkgbase = xonsh
optdepends = python-prompt_toolkit: for SHELL_TYPE=prompt_toolkit
optdepends = python-pygments: for syntax highlighting and colorization
optdepends = python-setproctitle: for updating process title to match
Xonsh arguments
- source =
https://github.com/xonsh/xonsh/archive/0.22.4/xonsh-0.22.4.tar.gz
- sha256sums =
c206cd929f73bff8c70a9b7ab7d821040adfa3dbec1c7269410206b4b9bc8d69
+ source =
https://github.com/xonsh/xonsh/archive/0.22.6/xonsh-0.22.6.tar.gz
+ sha256sums =
299d75e9da18a538b67d73a7a4194d310cf3dbb2cfc8c6d6ca9903dca5ac76a9
pkgname = xonsh
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Jerome Leclanche <[email protected]>
pkgname=xonsh
-pkgver=0.22.4
+pkgver=0.22.6
pkgrel=1
pkgdesc='A python-powered shell. Full-featured and cross-platform.'
url='https://xon.sh/'
@@ -30,7 +30,7 @@ makedepends=(
'python-setproctitle')
install=xonsh.install
source=("https://github.com/xonsh/xonsh/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('c206cd929f73bff8c70a9b7ab7d821040adfa3dbec1c7269410206b4b9bc8d69')
+sha256sums=('299d75e9da18a538b67d73a7a4194d310cf3dbb2cfc8c6d6ca9903dca5ac76a9')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/36e773ea05fa2e8da64c5012de4dbfe5f1a574e2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/36e773ea05fa2e8da64c5012de4dbfe5f1a574e2
You're receiving this email because of your account on gitlab.archlinux.org.