Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
xonsh
Commits:
246eb547 by Daniel Bermond at 2025-03-19T15:26:52-03:00
upgpkg: 0.19.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.19.2
+ pkgver = 0.19.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.19.2/xonsh-0.19.2.tar.gz
- sha256sums =
097f6e7b10360a5bccc0f8d21b93d5a030fe1e544efb93bb5774fdde7d9f32f1
+ source =
https://github.com/xonsh/xonsh/archive/0.19.3/xonsh-0.19.3.tar.gz
+ sha256sums =
db9ac02f0c7b11a74b736020fade28acda56861ecaaba6cf3f34365d1beeefc6
pkgname = xonsh
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Jerome Leclanche <[email protected]>
pkgname=xonsh
-pkgver=0.19.2
+pkgver=0.19.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=('097f6e7b10360a5bccc0f8d21b93d5a030fe1e544efb93bb5774fdde7d9f32f1')
+sha256sums=('db9ac02f0c7b11a74b736020fade28acda56861ecaaba6cf3f34365d1beeefc6')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/246eb54726866563b341447ad53a236fcb1c618f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/246eb54726866563b341447ad53a236fcb1c618f
You're receiving this email because of your account on gitlab.archlinux.org.