Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
xonsh


Commits:
8416456c by Daniel Bermond at 2026-02-03T12:34:54-03:00
upgpkg: 0.22.2-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.1
+       pkgver = 0.22.2
        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.1/xonsh-0.22.1.tar.gz
-       sha256sums = 
faac8015b20b11d71a8b0884dcb54624e32a497a324742fb1f1d3030af4b94cf
+       source = 
https://github.com/xonsh/xonsh/archive/0.22.2/xonsh-0.22.2.tar.gz
+       sha256sums = 
c494871019c383fa9a44cc21b2586c1968e82b1ab5b4a2d343f5720250144035
 
 pkgname = xonsh


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Jerome Leclanche <[email protected]>
 
 pkgname=xonsh
-pkgver=0.22.1
+pkgver=0.22.2
 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=('faac8015b20b11d71a8b0884dcb54624e32a497a324742fb1f1d3030af4b94cf')
+sha256sums=('c494871019c383fa9a44cc21b2586c1968e82b1ab5b4a2d343f5720250144035')
 
 build() {
     cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/8416456c3310539926d8d0efae37965741475197

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/8416456c3310539926d8d0efae37965741475197
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to