Date: Saturday, February 15, 2020 @ 14:53:02 Author: felixonmars Revision: 571623
upgpkg: python-unittest-xml-reporting 3.0.0-1 Modified: python-unittest-xml-reporting/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-15 14:52:43 UTC (rev 571622) +++ PKGBUILD 2020-02-15 14:53:02 UTC (rev 571623) @@ -3,7 +3,7 @@ # Contributor: Thomas S Hatch <[email protected]> pkgname=python-unittest-xml-reporting -pkgver=2.5.2 +pkgver=3.0.0 pkgrel=1 pkgdesc='unittest-based test runner with Ant/JUnit like XML reporting.' arch=('any') @@ -13,7 +13,7 @@ makedepends=('python-setuptools') checkdepends=('python-lxml' 'python-mock') source=("$pkgname-$pkgver.tar.gz::https://github.com/xmlrunner/unittest-xml-reporting/archive/$pkgver.tar.gz") -sha512sums=('0a1deb50b038a35aaee5b2df5d76ae496562057c33c871f6529539f9b88d54cdb24fdc807a5fd4fcbd00987a7a8008fd249ff8d82a3b06a945b66c0a6a251d11') +sha512sums=('1f84a9ef881fe1cd5c24132b803728b89abb48ef1476fa6fb91def499362431207fabaae957aca6da5d83ffa035bffa3f44daee01dd64826356f1de50e5612f3') build() { cd unittest-xml-reporting-$pkgver
