mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 11:25:29 +01:00
bump to 2.10.2
This commit is contained in:
parent
0a5c86266f
commit
3e09d58e29
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue