Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
xonsh
Commits:
598d4bf1 by Daniel Bermond at 2025-03-26T17:07:53-03:00
upgpkg: 0.19.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = xonsh
pkgdesc = A python-powered shell. Full-featured and cross-platform.
- pkgver = 0.19.3
- pkgrel = 2
+ pkgver = 0.19.4
+ pkgrel = 1
url = https://xon.sh/
install = xonsh.install
arch = any
@@ -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.3/xonsh-0.19.3.tar.gz
- sha256sums =
db9ac02f0c7b11a74b736020fade28acda56861ecaaba6cf3f34365d1beeefc6
+ source =
https://github.com/xonsh/xonsh/archive/0.19.4/xonsh-0.19.4.tar.gz
+ sha256sums =
24342ad65cf74f4583f79250fbbfa6daff54a2cc02fba73b828b97005ba9cdf4
pkgname = xonsh
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Jerome Leclanche <[email protected]>
pkgname=xonsh
-pkgver=0.19.3
-pkgrel=2
+pkgver=0.19.4
+pkgrel=1
pkgdesc='A python-powered shell. Full-featured and cross-platform.'
url='https://xon.sh/'
arch=('any')
@@ -24,13 +24,13 @@ makedepends=(
'python-installer'
'python-setuptools'
'python-wheel'
- # for satisfying pkgcheck
+ # for satisfying pkgcheck:
'python-prompt_toolkit'
'python-pygments'
'python-setproctitle')
install=xonsh.install
source=("https://github.com/xonsh/xonsh/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('db9ac02f0c7b11a74b736020fade28acda56861ecaaba6cf3f34365d1beeefc6')
+sha256sums=('24342ad65cf74f4583f79250fbbfa6daff54a2cc02fba73b828b97005ba9cdf4')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/598d4bf1a371d7964b0c8e36e4d34073a8343140
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/598d4bf1a371d7964b0c8e36e4d34073a8343140
You're receiving this email because of your account on gitlab.archlinux.org.