summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2024-04-01 15:16:14 -0400
committerGuillaume Horel2024-04-01 15:16:14 -0400
commit3e09d58e29c684254a476223bed1bbe2ea6c8c7a (patch)
tree441c5c6dd7abf2f13d6164448bf7881bc79e565b /PKGBUILD
parent0a5c86266f0f465f63768ac0f590c020090d8cd3 (diff)
downloadaur-python-cssutils.tar.gz
bump to 2.10.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {