mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 11:22:32 +01:00
bump to 2.6.0
This commit is contained in:
parent
26fab63ff3
commit
7949e2af12
2 changed files with 7 additions and 6 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -1,12 +1,13 @@
|
|||
pkgbase = python-cssutils
|
||||
pkgdesc = CSS Cascading Style Sheets library for Python
|
||||
pkgver = 2.4.0
|
||||
pkgver = 2.6.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/jaraco/cssutils
|
||||
changelog = CHANGES.rst
|
||||
arch = any
|
||||
license = LGPL3
|
||||
license = GPL3
|
||||
checkdepends = python-jaraco.test
|
||||
checkdepends = python-mock
|
||||
checkdepends = python-pytest
|
||||
makedepends = python-build
|
||||
|
|
@ -16,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.4.0.tar.gz
|
||||
sha256sums = 2d97210a83b0a3fe1e4469f5ff9a6420b078572035188b1bab7103c3a36dc89b
|
||||
source = https://files.pythonhosted.org/packages/source/c/cssutils/cssutils-2.6.0.tar.gz
|
||||
sha256sums = f7dcd23c1cec909fdf3630de346e1413b7b2555936dec14ba2ebb9913bf0818e
|
||||
|
||||
pkgname = python-cssutils
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -10,7 +10,7 @@
|
|||
pkgname=python-cssutils
|
||||
_name="${pkgname#python-}"
|
||||
|
||||
pkgver=2.4.0
|
||||
pkgver=2.6.0
|
||||
pkgrel=1
|
||||
|
||||
pkgdesc='CSS Cascading Style Sheets library for Python'
|
||||
|
|
@ -20,11 +20,11 @@ license=('LGPL3' 'GPL3')
|
|||
|
||||
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-toml' 'python-wheel')
|
||||
depends=('python')
|
||||
checkdepends=('python-mock' 'python-pytest')
|
||||
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=('2d97210a83b0a3fe1e4469f5ff9a6420b078572035188b1bab7103c3a36dc89b')
|
||||
sha256sums=('f7dcd23c1cec909fdf3630de346e1413b7b2555936dec14ba2ebb9913bf0818e')
|
||||
|
||||
|
||||
build() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue