Date: Monday, November 7, 2016 @ 16:47:35 Author: felixonmars Revision: 194910
upgpkg: sopel 6.5.0-1 Modified: sopel/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-07 16:47:11 UTC (rev 194909) +++ PKGBUILD 2016-11-07 16:47:35 UTC (rev 194910) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=sopel -pkgver=6.4.0 +pkgver=6.5.0 pkgrel=1 pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly Willie)" arch=('any') @@ -30,7 +30,7 @@ check() { cd sopel - py.test --ignore=sopel.py --ignore=build/ || warning "Tests failed" + py.test --ignore=sopel.py --ignore=build/ } package() {
