Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
xonsh
Commits:
85363bb7 by Daniel Bermond at 2026-01-14T12:15:21-03:00
upgpkg: 0.22.1-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.0
+ pkgver = 0.22.1
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.0/xonsh-0.22.0.tar.gz
- sha256sums =
d5be89ceff58bfa820099f9482f44ff0c4970f14956636edc46d71161257b1e7
+ source =
https://github.com/xonsh/xonsh/archive/0.22.1/xonsh-0.22.1.tar.gz
+ sha256sums =
faac8015b20b11d71a8b0884dcb54624e32a497a324742fb1f1d3030af4b94cf
pkgname = xonsh
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Jerome Leclanche <[email protected]>
pkgname=xonsh
-pkgver=0.22.0
+pkgver=0.22.1
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=('d5be89ceff58bfa820099f9482f44ff0c4970f14956636edc46d71161257b1e7')
+sha256sums=('faac8015b20b11d71a8b0884dcb54624e32a497a324742fb1f1d3030af4b94cf')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/85363bb7b3ccc4533af82f14b74fd2445c3f9965
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/85363bb7b3ccc4533af82f14b74fd2445c3f9965
You're receiving this email because of your account on gitlab.archlinux.org.