Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / xonsh
Commits: c295e2e1 by Daniel Bermond at 2024-12-21T17:23:53-03:00 upgpkg: 0.19.0-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.18.3 - pkgrel = 2 + pkgver = 0.19.0 + pkgrel = 1 url = https://xon.sh/ install = xonsh.install arch = any @@ -19,7 +19,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.18.3/xonsh-0.18.3.tar.gz - sha256sums = 1fdf6a61fcfafa052883cd387c430d9cb87c6764bc253a6727bb5161163d3929 + source = https://github.com/xonsh/xonsh/archive/0.19.0/xonsh-0.19.0.tar.gz + sha256sums = 59e21c124de3b9802e3027253aedf8e1e9acefab630db52d165ba67d1d7f6afa pkgname = xonsh ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Jerome Leclanche <jer...@leclan.ch> pkgname=xonsh -pkgver=0.18.3 -pkgrel=2 +pkgver=0.19.0 +pkgrel=1 pkgdesc='A python-powered shell. Full-featured and cross-platform.' url='https://xon.sh/' arch=('any') @@ -26,7 +26,7 @@ makedepends=( 'python-wheel') install=xonsh.install source=("https://github.com/xonsh/xonsh/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('1fdf6a61fcfafa052883cd387c430d9cb87c6764bc253a6727bb5161163d3929') +sha256sums=('59e21c124de3b9802e3027253aedf8e1e9acefab630db52d165ba67d1d7f6afa') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/c295e2e159c9b0ae783a39c78463998435c9cc75 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/c295e2e159c9b0ae783a39c78463998435c9cc75 You're receiving this email because of your account on gitlab.archlinux.org.