diff --git a/.SRCINFO b/.SRCINFO index e81066d9e057..f7ae57ea95f1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-cssutils pkgdesc = CSS Cascading Style Sheets library for Python - pkgver = 2.6.0 + pkgver = 2.7.1 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.6.0.tar.gz - sha256sums = f7dcd23c1cec909fdf3630de346e1413b7b2555936dec14ba2ebb9913bf0818e + source = https://files.pythonhosted.org/packages/source/c/cssutils/cssutils-2.7.1.tar.gz + sha256sums = 340ecfd9835d21df8f98500f0dfcea0aee41cb4e19ecbc2cf94f0a6d36d7cb6c pkgname = python-cssutils diff --git a/PKGBUILD b/PKGBUILD index 70a8bc555e24..704da4d94229 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ pkgname=python-cssutils _name="${pkgname#python-}" -pkgver=2.6.0 +pkgver=2.7.1 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=('f7dcd23c1cec909fdf3630de346e1413b7b2555936dec14ba2ebb9913bf0818e') +sha256sums=('340ecfd9835d21df8f98500f0dfcea0aee41cb4e19ecbc2cf94f0a6d36d7cb6c') build() {