* update python-pytest-black to 0.3.12-6

This commit is contained in:
Alexander Baldeck 2022-06-27 09:17:26 +02:00
parent 8f82990fd8
commit 3b04e436de

View File

@ -3,12 +3,12 @@
pkgname=python-pytest-black
pkgver=0.3.12
pkgrel=5
pkgrel=6
pkgdesc="A pytest plugin to enable format checking with black"
arch=('any')
arch=(any)
license=('MIT')
url="https://github.com/shopkeep/pytest-black/"
depends=('python-black' 'python-pytest')
depends=('python-black' 'python-pytest' 'python-toml')
makedepends=('python-setuptools-scm')
source=("$pkgname-$pkgver.tar.gz::https://github.com/shopkeep/pytest-black/archive/$pkgver.tar.gz"
$pkgname-pytest6.patch::https://github.com/shopkeep/pytest-black/pull/53.patch)