aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pytest-flake8/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-pytest-flake8/APKBUILD')
-rw-r--r--testing/py3-pytest-flake8/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-pytest-flake8/APKBUILD b/testing/py3-pytest-flake8/APKBUILD
index be843aeaf2..e78ebc3fd7 100644
--- a/testing/py3-pytest-flake8/APKBUILD
+++ b/testing/py3-pytest-flake8/APKBUILD
@@ -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#?}}"