Date: Thursday, August 6, 2020 @ 07:45:30 Author: felixonmars Revision: 670615
upgpkg: python-sybil 1.4.0-1 Modified: python-sybil/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-06 07:44:18 UTC (rev 670614) +++ PKGBUILD 2020-08-06 07:45:30 UTC (rev 670615) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-sybil -pkgver=1.3.1 +pkgver=1.4.0 pkgrel=1 pkgdesc='Automated testing for the examples in your documentation.' arch=('any') @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-nose') source=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz") -sha512sums=('93cd2bf3c7e44261653a7c9bc19c11c738ec3afeb64696831a5e9def44d5f66d6a41d48ebdfb10208d1674cfc14f9bd603f73cc94de59d631bde58a112eb6361') +sha512sums=('ba5361265a43d35b1f2576a9aace9adf6c9f6ebc0ab60da69671f462f08c276df15b4fd5cd291e621d457d8a17f256fbaf86c11eef3d53fcd84f42e460e89682') build() { cd "$srcdir"/sybil-$pkgver
