Date: Monday, November 19, 2018 @ 08:15:17 Author: jleclanche Revision: 408758
upgpkg: xonsh 0.8.3-1 Upstream release 0.8.3 Modified: xonsh/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-19 05:34:05 UTC (rev 408757) +++ PKGBUILD 2018-11-19 08:15:17 UTC (rev 408758) @@ -1,7 +1,7 @@ # Maintainer: Jerome Leclanche <[email protected]> pkgname=xonsh -pkgver=0.8.2 +pkgver=0.8.3 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=("14897e6b6d9ffc8100fb76d85763f13feabed49a823adaff0c0dddeeb9213671") +sha256sums=("19268e50adcf2ca5b9d6fad877a1c8d801f25865e8a554e345661c3c16ff3477") package() { cd "$srcdir/$pkgname-$pkgver"
