testing/py3-pytest-flake8: fix license

This commit is contained in:
Leo 2019-07-06 04:05:17 -03:00
parent 77f65435c2
commit bbc7e88971

View File

@ -2,11 +2,11 @@
pkgname=py3-pytest-flake8
_pyname=pytest-flake8
pkgver=1.0.4
pkgrel=0
pkgrel=1
pkgdesc="pytest plugin for efficiently checking PEP8 compliance"
url="https://pypi.org/project/pytest-flake8/"
arch="noarch"
license="3-Clause-BSD"
license="BSD-3-Clause"
depends="py3-pytest py3-flake8"
makedepends="py3-setuptools"
_pypiprefix="${_pyname%${_pyname#?}}"