Date: Friday, May 12, 2023 @ 01:12:21 Author: grawlinson Revision: 1460039
upgpkg: python-dict2css 0.3.0-1; new upstream release Modified: python-dict2css/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-12 01:11:55 UTC (rev 1460038) +++ PKGBUILD 2023-05-12 01:12:21 UTC (rev 1460039) @@ -1,8 +1,8 @@ # Maintainer: George Rawlinson <[email protected]> pkgname=python-dict2css -pkgver=0.2.4 -pkgrel=2 +pkgver=0.3.0 +pkgrel=1 pkgdesc='A μ-library for constructing cascading style sheets from Python dictionaries' arch=('any') url='https://github.com/sphinx-toolbox/dict2css' @@ -18,7 +18,7 @@ 'python-installer' 'python-whey' ) -_commit='5b1c598e0fbaa2bfef8c4749b26a46254bacc4a9' +_commit='fe95ef7433306258a58b6a91b1e777c6c3628a1c' source=("$pkgname::git+$url#commit=$_commit") b2sums=('SKIP')
