summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFenner Macrae2018-08-02 02:06:23 -0700
committerFenner Macrae2018-08-02 02:06:23 -0700
commitfed572c16cf38485a1d9688778f6b9ac1b199c78 (patch)
treec40d343886211c5bea17ead7b858378923fa3c8c /PKGBUILD
parent5ae73061105a913bf3515cc780b00de798c718a0 (diff)
downloadaur-fed572c16cf38485a1d9688778f6b9ac1b199c78.tar.gz
Fixed accidental makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d61cf987db53..04abbf51aad5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.1.1
pkgrel=1
pkgdesc="Python static analysis tool"
arch=('any')
-makedepends=('python-setuptools'
+depends=('python-setuptools'
'python-pydocstyle'
'python-pep8-naming'
'python-mccabe'