summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2021-08-12 19:23:45 -0500
committerCarlos Aznarán Laos2021-08-12 19:23:45 -0500
commita81c57010f941e4ff48be242e82ac0f4968b7727 (patch)
treed4fae541c134cc8463ca99568e55a73293a43898 /.SRCINFO
parent93d19ebc0dfa61f338edbe666e67b6a1b351e82c (diff)
downloadaur-a81c57010f941e4ff48be242e82ac0f4968b7727.tar.gz
Add check() function
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO4
1 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4da2c2830f9c..5665c73e5bda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = python-pytest-flakes
pkgdesc = pytest plugin to check source code with pyflakes
pkgver = 4.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/asmeurer/pytest-flakes
arch = any
license = MIT
+ checkdepends = python-coverage
+ checkdepends = python-pytest-pep8
makedepends = python-setuptools
depends = python-pytest
depends = python-pyflakes