From 3b04e436de29bc6a6e9b51deaed9968d2ffe6440 Mon Sep 17 00:00:00 2001
From: kth5 <alex.bldck@gmail.com>
Date: Mon, 27 Jun 2022 09:17:26 +0200
Subject: [PATCH] * update python-pytest-black to 0.3.12-6

---
 python/python-pytest-black/PKGBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/python/python-pytest-black/PKGBUILD b/python/python-pytest-black/PKGBUILD
index 1b8cc88dee..10a78bbb94 100644
--- a/python/python-pytest-black/PKGBUILD
+++ b/python/python-pytest-black/PKGBUILD
@@ -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)