Date: Sunday, August 7, 2022 @ 15:54:57 Author: felixonmars Revision: 1260561
upgpkg: python-dominate 2.7.0-1 Modified: python-dominate/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-07 15:21:05 UTC (rev 1260560) +++ PKGBUILD 2022-08-07 15:54:57 UTC (rev 1260561) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-dominate -pkgver=2.6.0 -pkgrel=5 +pkgver=2.7.0 +pkgrel=1 pkgdesc="A Python library for creating and manipulating HTML documents using an elegant DOM API" url="https://github.com/Knio/dominate" license=('LGPL') @@ -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=('ce32146ab105b5f53e5b1281d3da1166d5704c6972ff294cdb8ecfa69bc88ec49c62998e9e3e58f303389cb6002ae6042e956037a521b118de2d6de35ea712af') +sha512sums=('4266d027aafe336f497b396e430daca9333f06a2599e56dca9a9f918ec21451cfc6ebfcc96b53e37c66e94223fdcb11d9552e9426728e3fbfeb8c8d5e010312c') build() { cd dominate-$pkgver
