mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 14:47:24 +01:00
rebuild against python 3.9
This commit is contained in:
parent
d958110cef
commit
fd0640243a
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue