summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-12-13 16:39:40 +0100
committerKr1ss2021-12-13 16:39:40 +0100
commit00e026835ab902418240405d6310873cdc57b689 (patch)
tree1cd027d5c717dc6d2c3a754f2c9ede0e9bcaad4b
parent6230fd675bce38a18ed1552880c5fe25ec982244 (diff)
downloadaur-00e026835ab902418240405d6310873cdc57b689.tar.gz
rebuild against python 3.10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9297fea6dbd..a484cb26bb8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-cssutils
pkgdesc = CSS Cascading Style Sheets library for Python
pkgver = 2.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jaraco/cssutils
changelog = CHANGES.rst
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 8e70f59bca7a..78c9d41ff3df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=python-cssutils
_name="${pkgname#python-}"
pkgver=2.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='CSS Cascading Style Sheets library for Python'
arch=('any')