summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7efe36a88bd7..f97415681982 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-doc8
pkgdesc = Style checker for Sphinx (or other) RST documentation
pkgver = 1.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/doc8
arch = any
license = Apache 2.0
@@ -12,7 +12,6 @@ pkgbase = python-doc8
depends = python-stevedore
depends = python-chardet
depends = python-docutils
- depends = python-argparse
depends = python-six
depends = python-restructuredtext_lint
source = https://files.pythonhosted.org/packages/source/d/doc8/doc8-1.1.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 5e388af75924..4463ed85c9cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=python-doc8
_pyname=doc8
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
arch=(any)
pkgdesc="Style checker for Sphinx (or other) RST documentation"
url='https://pypi.python.org/pypi/doc8'
license=('Apache 2.0')
-depends=('python-stevedore' 'python-chardet' 'python-docutils' 'python-argparse' 'python-six' 'python-restructuredtext_lint')
+depends=('python-stevedore' 'python-chardet' 'python-docutils' 'python-six' 'python-restructuredtext_lint')
makedepends=(python-build python-installer python-wheel 'python-setuptools-scm>=7')
source=("https://files.pythonhosted.org/packages/source/d/${_pyname}/${_pyname}-${pkgver}.tar.gz" "scm.patch")