From 3e09d58e29c684254a476223bed1bbe2ea6c8c7a Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Mon, 1 Apr 2024 15:16:14 -0400 Subject: [PATCH] bump to 2.10.2 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4bcf2ca49880..c02722e34a7f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-cssutils pkgdesc = CSS Cascading Style Sheets library for Python - pkgver = 2.9.0 + pkgver = 2.10.2 pkgrel = 1 url = https://github.com/jaraco/cssutils changelog = CHANGES.rst @@ -17,7 +17,7 @@ pkgbase = python-cssutils makedepends = python-toml makedepends = python-wheel depends = python - source = https://files.pythonhosted.org/packages/source/c/cssutils/cssutils-2.9.0.tar.gz - sha256sums = 89477b3d17d790e97b9fb4def708767061055795aae6f7c82ae32e967c9be4cd + source = https://files.pythonhosted.org/packages/source/c/cssutils/cssutils-2.10.2.tar.gz + sha256sums = 93cf92a350b1c123b17feff042e212f94d960975a3ed145743d84ebe8ccec7ab pkgname = python-cssutils diff --git a/PKGBUILD b/PKGBUILD index 51e10b81f183..38461ea230bc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ pkgname=python-cssutils _name="${pkgname#python-}" -pkgver=2.9.0 +pkgver=2.10.2 pkgrel=1 pkgdesc='CSS Cascading Style Sheets library for Python' @@ -24,7 +24,7 @@ checkdepends=('python-jaraco.test' 'python-mock' 'python-pytest') changelog=CHANGES.rst source=("https://files.pythonhosted.org/packages/source/c/$_name/$_name-$pkgver.tar.gz") -sha256sums=('89477b3d17d790e97b9fb4def708767061055795aae6f7c82ae32e967c9be4cd') +sha256sums=('93cf92a350b1c123b17feff042e212f94d960975a3ed145743d84ebe8ccec7ab') build() {