summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederick Zhang2022-06-15 21:10:48 +1000
committerFrederick Zhang2022-06-15 21:10:48 +1000
commit0af8ccd6d8914facb787f90a2215943987c0b5c5 (patch)
tree964efaa7a4a24d1f29c6e5c71d44373a479aae3f
parent583811bec3871c5c743c37f6e529ba35e434bfc9 (diff)
downloadaur-0af8ccd6d8914facb787f90a2215943987c0b5c5.tar.gz
Remove redundant makedepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef17f5d3aec3..94369be28f9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = python2-mccabe
pkgdesc = McCabe complexity checker for Python
pkgver = 0.6.1
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/flintwork/mccabe
arch = any
license = custom:Expat
- makedepends = python-pytest-runner
- makedepends = python2-pytest-runner
+ checkdepends = python2-pytest-runner
source = -0.6.1.tar.gz::https://github.com/flintwork/mccabe/archive/0.6.1.tar.gz
sha512sums = 1da239933f36c8b7c0f9f026822d673d0b207ac49e45027d77500001327964dd66cc7074be22311927176fc313174f4eb7908d0fc45da9fc4623bf1e237293b0
pkgname = python2-mccabe
depends = python2
-
diff --git a/PKGBUILD b/PKGBUILD
index e1b293dd8696..0ae3ac0d6840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=python2-mccabe
pkgver=0.6.1
-pkgrel=5
+pkgrel=6
pkgdesc="McCabe complexity checker for Python"
arch=('any')
url="https://github.com/flintwork/mccabe"
license=('custom:Expat')
-makedepends=('python-pytest-runner' 'python2-pytest-runner')
+checkdepends=('python2-pytest-runner')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/flintwork/mccabe/archive/$pkgver.tar.gz")
sha512sums=('1da239933f36c8b7c0f9f026822d673d0b207ac49e45027d77500001327964dd66cc7074be22311927176fc313174f4eb7908d0fc45da9fc4623bf1e237293b0')