Date: Wednesday, October 21, 2020 @ 16:41:02 Author: felixonmars Revision: 727963
upgpkg: python-dominate 2.6.0-1 Modified: python-dominate/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-21 16:41:00 UTC (rev 727962) +++ PKGBUILD 2020-10-21 16:41:02 UTC (rev 727963) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-dominate -pkgver=2.5.2 +pkgver=2.6.0 pkgrel=1 pkgdesc="A Python library for creating and manipulating HTML documents using an elegant DOM API" url="https://github.com/Knio/dominate" @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner') source=("$pkgname-$pkgver.tar.gz::https://github.com/Knio/dominate/archive/$pkgver.tar.gz") -sha512sums=('2120061c11ac52e89e6e2f4a770a0d6eafdccd583866bf38bd841231c38c7086db453ba3a92b30ab7180ae19f2b6ff47a5c838ff6a5afa94a3a6d71eda20ff63') +sha512sums=('ce32146ab105b5f53e5b1281d3da1166d5704c6972ff294cdb8ecfa69bc88ec49c62998e9e3e58f303389cb6002ae6042e956037a521b118de2d6de35ea712af') build() { cd dominate-$pkgver
