Date: Friday, October 19, 2018 @ 05:44:45 Author: jleclanche Revision: 397169
upgpkg: xonsh 0.8.1-1 Upstream release 0.8.1 Modified: xonsh/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-19 05:30:48 UTC (rev 397168) +++ PKGBUILD 2018-10-19 05:44:45 UTC (rev 397169) @@ -1,7 +1,7 @@ # Maintainer: Jerome Leclanche <[email protected]> pkgname=xonsh -pkgver=0.8.0 +pkgver=0.8.1 pkgrel=1 pkgdesc="Python-powered, cross-platform, Unix-gazing shell" url="http://xon.sh/" @@ -12,7 +12,7 @@ makedepends=("python-setuptools") source=("$pkgname-$pkgver.zip::https://github.com/xonsh/xonsh/archive/$pkgver.zip") install=xonsh.install -sha256sums=("2a0fb72027b61541743666a2970b99bc3891ab759ee28b83ebf37e732439e9ae") +sha256sums=("9607b2d0af19dfdab0fcfe81f9b7b003d4cf44b15da3c81bfb355022876ac488") package() { cd "$srcdir/$pkgname-$pkgver"
