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)