xonsh: update to 0.11.0.
This commit is contained in:
parent
23d0eea98c
commit
cf38be1870
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue