summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneodarz2020-06-09 09:30:28 +0200
committerneodarz2020-06-09 09:30:28 +0200
commit6c07b9c166958087efb5c65dfecbe8d9c6b62cb4 (patch)
tree4f7c7b3d4f4788f59dd6d67702fe2ae5f5cbea0c
parent49fe467b48d49296950083b2cd9a9c07343c61f8 (diff)
downloadaur-6c07b9c166958087efb5c65dfecbe8d9c6b62cb4.tar.gz
Add missing deps
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 344d325c358a..a63b4ba62acb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-flake8-rst-docstrings
arch = any
license = MIT
depends = python
+ depends = python-restructuredtext_lint
source = https://github.com/peterjc/flake8-rst-docstrings/archive/v0.0.13.tar.gz
sha512sums = aefa10f47f4815d7cb4106f1dc1914cc557796c738586c872103665d861f99d6bd8e076ef7fda64a6822a84230d88060f803b2bddd0b5c103e0562ee1211e83e
diff --git a/PKGBUILD b/PKGBUILD
index 24701dc88021..2ae1f1dfba40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='https://github.com/peterjc/flake8-rst-docstrings'
arch=('any')
license=('MIT')
-depends=('python')
+depends=('python' 'python-restructuredtext_lint')
source=("https://github.com/peterjc/$_pkgname/archive/v$pkgver.tar.gz")
sha512sums=('aefa10f47f4815d7cb4106f1dc1914cc557796c738586c872103665d861f99d6bd8e076ef7fda64a6822a84230d88060f803b2bddd0b5c103e0562ee1211e83e')