Date: Saturday, October 13, 2018 @ 17:15:47 Author: jleclanche Revision: 393291
upgpkg: xonsh 0.8.0-1 Upstream release 0.8.0 Modified: xonsh/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-13 15:28:47 UTC (rev 393290) +++ PKGBUILD 2018-10-13 17:15:47 UTC (rev 393291) @@ -1,7 +1,7 @@ # Maintainer: Jerome Leclanche <jer...@leclan.ch> pkgname=xonsh -pkgver=0.7.10 +pkgver=0.8.0 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=("345d6d327a865c3eda7175a65247cce0f1286e49bae3d2de8971788ae5730762") +sha256sums=("2a0fb72027b61541743666a2970b99bc3891ab759ee28b83ebf37e732439e9ae") package() { cd "$srcdir/$pkgname-$pkgver"