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


Commits:
174efcbf by Daniel Bermond at 2026-02-04T15:47:57-03:00
upgpkg: 0.22.3-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.2
+       pkgver = 0.22.3
        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.2/xonsh-0.22.2.tar.gz
-       sha256sums = 
c494871019c383fa9a44cc21b2586c1968e82b1ab5b4a2d343f5720250144035
+       source = 
https://github.com/xonsh/xonsh/archive/0.22.3/xonsh-0.22.3.tar.gz
+       sha256sums = 
17347a118f4159d1d5e09c4c6d14892dccc0e8764ddc5aa99727dc7ad572aa5d
 
 pkgname = xonsh


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



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

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


Reply via email to