Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / xonsh
Commits:
12b653fa by Antonio Rojas at 2024-09-13T20:51:50+02:00
upgpkg: 0.18.3-1: Update to 0.18.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = xonsh
pkgdesc = Python-powered, cross-platform, Unix-gazing shell
- pkgver = 0.18.2
+ pkgver = 0.18.3
pkgrel = 1
url = https://xon.sh/
install = xonsh.install
@@ -12,7 +12,7 @@ pkgbase = xonsh
depends = python-ply
depends = python-setproctitle
optdepends = python-prompt_toolkit: support for
SHELL_TYPE=prompt_toolkit
- source =
https://github.com/xonsh/xonsh/archive/0.18.2/xonsh-0.18.2.tar.gz
- sha256sums =
a7f6e540b2a4071262ca49ddbc9537ec85ebc90cdbff53e251d60e7c79a3dc55
+ source =
https://github.com/xonsh/xonsh/archive/0.18.3/xonsh-0.18.3.tar.gz
+ sha256sums =
1fdf6a61fcfafa052883cd387c430d9cb87c6764bc253a6727bb5161163d3929
pkgname = xonsh
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Jerome Leclanche <[email protected]>
pkgname=xonsh
-pkgver=0.18.2
+pkgver=0.18.3
pkgrel=1
pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
url="https://xon.sh/"
@@ -12,7 +12,7 @@ optdepends=("python-prompt_toolkit: support for
SHELL_TYPE=prompt_toolkit")
makedepends=("python-setuptools" "python-wheel")
source=("https://github.com/xonsh/xonsh/archive/$pkgver/$pkgname-$pkgver.tar.gz")
install=xonsh.install
-sha256sums=('a7f6e540b2a4071262ca49ddbc9537ec85ebc90cdbff53e251d60e7c79a3dc55')
+sha256sums=('1fdf6a61fcfafa052883cd387c430d9cb87c6764bc253a6727bb5161163d3929')
package() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/12b653fa6efb4189e629b112a4e9d1ef681411df
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/12b653fa6efb4189e629b112a4e9d1ef681411df
You're receiving this email because of your account on gitlab.archlinux.org.