From 625ee8f308e6aef97df33d7a8be06322dd22751e Mon Sep 17 00:00:00 2001 From: jgart Date: Sun, 28 Nov 2021 23:44:08 -0500 Subject: [PATCH] xonsh: update to 0.11.0. --- srcpkgs/xonsh/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template index 150d83d4c8f7..69caa602e442 100644 --- a/srcpkgs/xonsh/template +++ b/srcpkgs/xonsh/template @@ -1,7 +1,7 @@ # Template file for 'xonsh' pkgname=xonsh -version=0.10.1 -revision=2 +version=0.11.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" checkdepends="python3-pytest python3-prompt_toolkit python3-Pygments" @@ -11,7 +11,7 @@ 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=4ede94226b0cc5f429bc7605ace88137c685d24675228e9e94ec18341dd30be4 +checksum=9d73273276996297920c234c7d4267a305c695f0e9e2454dbdf0655c3a8f75cb register_shell="/bin/xonsh" # FIXME: fails with multiple AttributeErrors make_check=extended