rebuild against python 3.9

This commit is contained in:
Kr1ss 2020-12-02 19:58:48 +01:00
parent d958110cef
commit fd0640243a
No known key found for this signature in database
GPG key ID: 023F078862ACFE50
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = python-cssutils
pkgdesc = CSS Cascading Style Sheets library for Python
pkgver = 1.0.2
pkgrel = 6
pkgrel = 7
url = http://cthedot.de/cssutils
arch = any
license = LGPL3

View file

@ -10,7 +10,7 @@ pkgname=python-cssutils
_name="${pkgname#python-}"
pkgver=1.0.2
pkgrel=6
pkgrel=7
pkgdesc='CSS Cascading Style Sheets library for Python'
arch=('any')