summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0c447f9187d..9492d4417054 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-restructuredtext_lint
pkgdesc = reStructuredText linter
pkgver = 1.4.0
- pkgrel = 2
+ pkgrel = 3
url = https://pypi.python.org/pypi/restructuredtext_lint
arch = any
license = Public Domain
makedepends = python-setuptools
+ depends = python-docutils
source = python-restructuredtext_lint-1.4.0.tar.gz::https://github.com/twolfson/restructuredtext-lint/archive/1.4.0.tar.gz
sha256sums = c2482d1f47e52674016a3079bdcfe53ccf18d9aab80595cb2fafc64fb866c00f
diff --git a/PKGBUILD b/PKGBUILD
index 1c376255c210..3dac71cbebc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
pkgname=python-restructuredtext_lint
_pyname=restructuredtext-lint
pkgver=1.4.0
-pkgrel=2
+pkgrel=3
arch=(any)
pkgdesc="reStructuredText linter"
url='https://pypi.python.org/pypi/restructuredtext_lint'
license=('Public Domain')
+depends=('python-docutils')
makedepends=(python-setuptools)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twolfson/restructuredtext-lint/archive/${pkgver}.tar.gz")