Date: Thursday, April 8, 2021 @ 17:31:25 Author: jleclanche Revision: 914771
upgpkg: xonsh 0.9.27-1: Upstream release 0.9.27 Modified: xonsh/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-08 17:31:07 UTC (rev 914770) +++ PKGBUILD 2021-04-08 17:31:25 UTC (rev 914771) @@ -1,7 +1,7 @@ # Maintainer: Jerome Leclanche <[email protected]> pkgname=xonsh -pkgver=0.9.25 +pkgver=0.9.27 pkgrel=1 pkgdesc="Python-powered, cross-platform, Unix-gazing shell" url="https://xon.sh/" @@ -12,7 +12,7 @@ makedepends=("python-setuptools") source=("https://github.com/xonsh/xonsh/releases/download/$pkgver/$pkgname-$pkgver.tar.gz") install=xonsh.install -sha256sums=("fec47183296d96057464c0d7c317cc53ff3458bc74dcd01d5d7cff3e1345b98b") +sha256sums=("a0713f44188d310debd0c0d04f4bee3c9c4d557fffcb41ade4e08afe15b7fb43") package() { cd "$srcdir/$pkgname-$pkgver"
