xonsh: update to 0.18.4

This commit is contained in:
Saksham Verma 2024-11-09 00:46:29 +05:30 committed by cinerea0
parent 532cca4a60
commit 095bbdf671
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'xonsh'
pkgname=xonsh
version=0.18.3
version=0.18.4
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-wheel"
@ -11,8 +11,8 @@ maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://xon.sh/"
changelog="https://raw.githubusercontent.com/xonsh/xonsh/master/CHANGELOG.rst"
distfiles="https://github.com/xonsh/xonsh/archive/${version}.tar.gz"
checksum=1fdf6a61fcfafa052883cd387c430d9cb87c6764bc253a6727bb5161163d3929
distfiles="https://github.com/xonsh/xonsh/archive/refs/tags/${version}.tar.gz"
checksum=0e583cd64c0e17bc8ffd16701264622569c4e6c770ee7d769884d1957729a564
register_shell="/bin/xonsh"
# FIXME: AttributeError because of missing XSH.load() and multiple other failures
make_check=no